[Cppunit-cvs] cppunit2/include/cpput forwards.h,1.12,1.13
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-02-26 11:52:30
|
Update of /cvsroot/cppunit/cppunit2/include/cpput In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14191/include/cpput Modified Files: forwards.h Log Message: * updated to reflect the current content. Index: forwards.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/cpput/forwards.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** forwards.h 22 Feb 2005 21:14:37 -0000 1.12 --- forwards.h 26 Feb 2005 11:52:22 -0000 1.13 *************** *** 11,31 **** class AbstractTestCase; class AbstractTestSuite; - class AssertException; - class FailureException; - class FaultException; - class Location; class Message; - class ResultException; class StandardTestExceptionGuard; - class SuccessException; class Test; class TestCase; - class TestContext; - class TestResult; - class TestExceptionHandler; class ExceptionGuardElement; class ExceptionGuard; class TestInfoData; - class TestListener; class TestResultUpdater; class TestSuite; --- 11,21 ---- |