[Cppunit-cvs] cppunit2/include/opentest forwards.h,1.4,1.5
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-06-24 19:48:31
|
Update of /cvsroot/cppunit/cppunit2/include/opentest In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18965/opentest Modified Files: forwards.h Log Message: updated, added TestId and TestPlanId. Index: forwards.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/opentest/forwards.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** forwards.h 28 Feb 2005 20:51:25 -0000 1.4 --- forwards.h 24 Jun 2005 19:48:23 -0000 1.5 *************** *** 20,23 **** --- 20,34 ---- class ValueBadCast; + class ResultAssertion; + class ResultInputOutput; + class ResultLog; + class ResultStatus; + class Stream; + class TestDescriptions; + class TestPlan; + + typedef unsigned int TestId; + typedef unsigned int TestPlanId; + typedef CppTL::ConstString String; |