peiyongz 2003/10/29 08:17:48 Modified: c/src/xercesc/util NameIdPool.hpp RefHash3KeysIdPool.hpp Log: size() added Revision Changes Path 1.7 +4 -1 xml-xerces/c/src/xercesc/util/NameIdPool.hpp Index: NameIdPool.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/NameIdPool.hpp,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- NameIdPool.hpp 16 May 2003 06:01:52 -0000 1.6 +++ NameIdPool.hpp 29 Oct 2003 16:17:48 -0000 1.7 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.7 2003/10/29 16:17:48 peiyongz + * size() added + * * Revision 1.6 2003/05/16 06:01:52 knoaman * Partial implementation of the configurable memory manager. * @@ -299,7 +302,7 @@ bool hasMoreElements() const; TElem& nextElement(); void Reset(); - + int size() const; private : // ----------------------------------------------------------------------- 1.6 +4 -1 xml-xerces/c/src/xercesc/util/RefHash3KeysIdPool.hpp Index: RefHash3KeysIdPool.hpp =================================================================== RCS file: /home/cvs/xml-xerces/c/src/xercesc/util/RefHash3KeysIdPool.hpp,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- RefHash3KeysIdPool.hpp 16 May 2003 06:01:52 -0000 1.5 +++ RefHash3KeysIdPool.hpp 29 Oct 2003 16:17:48 -0000 1.6 @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.6 2003/10/29 16:17:48 peiyongz + * size() added + * * Revision 1.5 2003/05/16 06:01:52 knoaman * Partial implementation of the configurable memory manager. * @@ -285,7 +288,7 @@ bool hasMoreElements() const; TVal& nextElement(); void Reset(); - + int size() const; private : // -----------------------------------------------------------------------
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]