X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=cpp%2Fcore%2Fsrc%2Fzxing%2Foned%2FEAN8Reader.h;h=4db52fba860059a98c00054ba1e4f5d0eed09251;hb=HEAD;hp=0118eaa30f414684a475b868ccf690855109b5d7;hpb=a6543856baf892b2d7162a99511fae5eaa1cacfa;p=zxing.git diff --git a/cpp/core/src/zxing/oned/EAN8Reader.h b/cpp/core/src/zxing/oned/EAN8Reader.h index 0118eaa3..4db52fba 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 startGuardBegin, int startGuardEnd, + std::string& resultString); + + BarcodeFormat getBarcodeFormat(); + }; + } } #endif