diff --git a/src/xercesc/util/BinMemInputStream.hpp b/src/xercesc/util/BinMemInputStream.hpp index cb07bec322f72db06c895ca1cdc1bd226cb6fb9d..a2495e19a480b0799ac9bb104967127522c6b05f 100644 --- a/src/xercesc/util/BinMemInputStream.hpp +++ b/src/xercesc/util/BinMemInputStream.hpp @@ -15,9 +15,6 @@ */ /* - * $Log$ - * Revision 1.6 2004/10/26 14:50:49 peiyongz - * net getter * * Revision 1.5 2004/09/08 13:56:21 peiyongz * Apache License Version 2.0 @@ -94,15 +91,14 @@ public : // ----------------------------------------------------------------------- virtual unsigned int curPos() const; - unsigned int getSize() const; - virtual unsigned int readBytes ( XMLByte* const toFill , const unsigned int maxToRead ); - + inline unsigned int getSize() const; + private : // ----------------------------------------------------------------------- // Unimplemented constructors and operators