[Cppunit-cvs] cppunit2/include/cpput forwards.h,1.14,1.15
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-02-27 15:48:02
|
Update of /cvsroot/cppunit/cppunit2/include/cpput In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28959/include/cpput Modified Files: forwards.h Log Message: * extracted MiniTestRunner from registry test. Index: forwards.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/cpput/forwards.h,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** forwards.h 27 Feb 2005 10:14:28 -0000 1.14 --- forwards.h 27 Feb 2005 15:47:37 -0000 1.15 *************** *** 21,30 **** class TestVisitor; ! typedef CppTL::SharedPtr<Test> TestPtr; typedef CppTL::SharedPtr<ExceptionGuardElement> ExceptionGuardElementPtr; typedef CppTL::SharedPtr<TestInfoData> TestInfoDataPtr; - typedef CppTL::SharedPtr<AbstractTestSuite> AbstractTestSuitePtr; - typedef CppTL::SharedPtr<TestResultUpdater> TestResultUpdaterPtr; typedef CppTL::SharedPtr<TestSuite> TestSuitePtr; --- 21,31 ---- class TestVisitor; ! typedef CppTL::SharedPtr<AbstractTestCase> AbstractTestCasePtr; ! typedef CppTL::SharedPtr<AbstractTestSuite> AbstractTestSuitePtr; typedef CppTL::SharedPtr<ExceptionGuardElement> ExceptionGuardElementPtr; + typedef CppTL::SharedPtr<Test> TestPtr; typedef CppTL::SharedPtr<TestInfoData> TestInfoDataPtr; typedef CppTL::SharedPtr<TestSuite> TestSuitePtr; + typedef CppTL::SharedPtr<TestResultUpdater> TestResultUpdaterPtr; |