mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
- 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 |
||
---|---|---|
.. | ||
reedsolomon | ||
BitArrayTest.cpp | ||
BitArrayTest.h | ||
BitMatrixTest.cpp | ||
BitMatrixTest.h | ||
BitSourceTest.cpp | ||
BitSourceTest.h | ||
BlackPointEstimatorTest.cpp | ||
BlackPointEstimatorTest.h | ||
CountedTest.cpp | ||
CountedTest.h | ||
PerspectiveTransformTest.cpp | ||
PerspectiveTransformTest.h |