peiyongz 2004/10/26 07:57:41 Modified: c/src/xercesc/util BinMemInputStream.hpp Log: Getter Revision Changes Path 1.7 +3 -4 xml-xerces/c/src/xercesc/util/BinMemInputStream.hpp Index: BinMemInputStream.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/BinMemInputStream.hpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- BinMemInputStream.hpp 26 Oct 2004 14:50:49 -0000 1.6 +++ BinMemInputStream.hpp 26 Oct 2004 14:57:41 -0000 1.7 @@ -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 @@ // ----------------------------------------------------------------------- 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
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]