zxing/cpp/core/src/qrcode
christian.brunschen f09b742ea2 * Throw the actual exception objects, rather than pointers to them, i.e.:
- replace |throw new FooException()| with |throw FooException()|
  - replace |catch (FooException *ex)| with |catch (FooExceptio ex)|
  - update all uses of caught exceptions appropriately:
    . replace |ex->foo| with |ex.foo|
    . remove all attempts to delete the caught exception(s)
* Add 'const' to the 'char *' declarations for character encoding names



git-svn-id: https://zxing.googlecode.com/svn/trunk@1002 59b500cc-1b3d-0410-9834-0bbf25fbcc57
2009-06-27 13:22:03 +00:00
..
decoder * Throw the actual exception objects, rather than pointers to them, i.e.: 2009-06-27 13:22:03 +00:00
detector * Throw the actual exception objects, rather than pointers to them, i.e.: 2009-06-27 13:22:03 +00:00
QRCodeReader.cpp debug printout cleanup 2008-06-24 16:27:52 +00:00
QRCodeReader.h Standardize and update all copyright statements to name "ZXing authors" as suggested by open-source team to correctly attribute copyright in a project with contributions from several sources. 2008-06-19 20:56:24 +00:00