Skip to content
Snippets Groups Projects
Commit c294d983 authored by PeiYong Zhang's avatar PeiYong Zhang
Browse files

Getter

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@176159 13f79535-47bb-0310-9956-ffa450edef68
parent 07eb9286
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment