Index: xfa/fxbarcode/common/BC_CommonBitSource.h |
diff --git a/xfa/fxbarcode/common/BC_CommonBitSource.h b/xfa/fxbarcode/common/BC_CommonBitSource.h |
index f33e077c68f95250356c830524cd430c1768f455..7feab30b397224c2ce139e03face7b77ffe6491f 100644 |
--- a/xfa/fxbarcode/common/BC_CommonBitSource.h |
+++ b/xfa/fxbarcode/common/BC_CommonBitSource.h |
@@ -14,6 +14,7 @@ class CBC_CommonBitSource { |
public: |
CBC_CommonBitSource(CFX_ByteArray* bytes); |
virtual ~CBC_CommonBitSource(); |
Lei Zhang
2016/06/15 00:04:30
No need to be virtual? Maybe we can examine all th
Wei Li
2016/06/15 00:32:39
Done.
|
+ |
int32_t ReadBits(int32_t numBits, int32_t& e); |
int32_t Available(); |
int32_t getByteOffset(); |