[Cppunit-cvs] cppunit/examples/simple ExampleTestCase.cpp,1.3,1.4
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-10-13 20:13:26
|
Update of /cvsroot/cppunit/cppunit/examples/simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16992/examples/simple Modified Files: ExampleTestCase.cpp Log Message: * removed most warning when compiling with vc++ 6sp6. Index: ExampleTestCase.cpp =================================================================== RCS file: /cvsroot/cppunit/cppunit/examples/simple/ExampleTestCase.cpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ExampleTestCase.cpp 16 Sep 2002 20:12:14 -0000 1.3 --- ExampleTestCase.cpp 13 Oct 2005 20:13:15 -0000 1.4 *************** *** 1,2 **** --- 1,3 ---- + #include <cppunit/config/SourcePrefix.h> #include "ExampleTestCase.h" |