Update of /cvsroot/cppunit/cppunit2/include/cpptl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2087/include/cpptl
Modified Files:
forwards.h
Log Message:
* added ConstString and StringBuffer
Index: forwards.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/include/cpptl/forwards.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** forwards.h 26 Feb 2005 13:44:14 -0000 1.1
--- forwards.h 27 Feb 2005 10:14:03 -0000 1.2
***************
*** 11,14 ****
--- 11,15 ----
// conststring.h
class ConstString;
+ class StringBuffer;
// enumerator.h
|