Removed as many exceptions as possible from the C++ product readers
[zxing.git] / cpp / core / src / zxing / oned / EAN8Reader.h
index 0118eaa..7d3e8c5 100644 (file)
 namespace zxing {
        namespace oned {
                class EAN8Reader : public UPCEANReader {
 namespace zxing {
        namespace oned {
                class EAN8Reader : public UPCEANReader {
-                       
+
                public:
                        EAN8Reader();
                public:
                        EAN8Reader();
-                       
-                       int decodeMiddle(Ref<BitArray> row, int startRange[], int startRangeLen, std::string& resultString);                    //throws ReaderException
-                       
+
+                       int decodeMiddle(Ref<BitArray> row, int startRange[], int startRangeLen,
+                           std::string& resultString);
+
                        BarcodeFormat getBarcodeFormat();
                };
        }
                        BarcodeFormat getBarcodeFormat();
                };
        }