X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=cpp%2Fcore%2Fsrc%2Fzxing%2Foned%2FEAN8Reader.h;h=5709a6b936527267b1f90d1a5b60b96c8c5f6c3c;hp=0118eaa30f414684a475b868ccf690855109b5d7;hb=ed5e46807ea0847057ff4d8c714b16938005a299;hpb=a6543856baf892b2d7162a99511fae5eaa1cacfa diff --git a/cpp/core/src/zxing/oned/EAN8Reader.h b/cpp/core/src/zxing/oned/EAN8Reader.h index 0118eaa3..5709a6b9 100644 --- a/cpp/core/src/zxing/oned/EAN8Reader.h +++ b/cpp/core/src/zxing/oned/EAN8Reader.h @@ -24,17 +24,18 @@ #include namespace zxing { - namespace oned { - class EAN8Reader : public UPCEANReader { - - public: - EAN8Reader(); - - int decodeMiddle(Ref row, int startRange[], int startRangeLen, std::string& resultString); //throws ReaderException - - BarcodeFormat getBarcodeFormat(); - }; - } + namespace oned { + class EAN8Reader : public UPCEANReader { + + public: + EAN8Reader(); + + int decodeMiddle(Ref row, int startRange[], int startRangeLen, + std::string& resultString); + + BarcodeFormat getBarcodeFormat(); + }; + } } #endif