X-Git-Url: http://git.rot13.org/?p=zxing.git;a=blobdiff_plain;f=cpp%2Fcore%2Fsrc%2Fzxing%2Foned%2FEAN8Reader.h;h=7d3e8c53dad4f749fa1ee848029369c2419df031;hp=0118eaa30f414684a475b868ccf690855109b5d7;hb=45e643cea495289f6e95112482a3fd3086ef4431;hpb=5cc5a1cd29b034939d7545140454c869844ddfea diff --git a/cpp/core/src/zxing/oned/EAN8Reader.h b/cpp/core/src/zxing/oned/EAN8Reader.h index 0118eaa3..7d3e8c53 100644 --- a/cpp/core/src/zxing/oned/EAN8Reader.h +++ b/cpp/core/src/zxing/oned/EAN8Reader.h @@ -26,12 +26,13 @@ namespace zxing { namespace oned { class EAN8Reader : public UPCEANReader { - + public: EAN8Reader(); - - int decodeMiddle(Ref row, int startRange[], int startRangeLen, std::string& resultString); //throws ReaderException - + + int decodeMiddle(Ref row, int startRange[], int startRangeLen, + std::string& resultString); + BarcodeFormat getBarcodeFormat(); }; }