Update of /cvsroot/cppunit/cppunit2/include/opentest
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5474/opentest
Modified Files:
forwards.h
Log Message:
* imported CppTL::ConstString as String for more flexibility.
Index: forwards.h
===================================================================
RCS file: /cvsroot/cppunit/cppunit2/include/opentest/forwards.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** forwards.h 21 Nov 2004 22:27:15 -0000 1.3
--- forwards.h 28 Feb 2005 20:51:25 -0000 1.4
***************
*** 20,23 ****
--- 20,25 ----
class ValueBadCast;
+ typedef CppTL::ConstString String;
+
typedef CppTL::SharedPtr<TestPlanEntry> TestPlanEntryPtr;
typedef CppTL::AnyEnumerator<TestPlanEntryPtr> TestPlanEntryPtrEnum;
|