Update of /cvsroot/cppunit/cppunit/examples/ClockerPlugIn
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16992/examples/ClockerPlugIn
Modified Files:
ClockerPlugIn.cpp
Log Message:
* removed most warning when compiling with vc++ 6sp6.
Index: ClockerPlugIn.cpp
===================================================================
RCS file: /cvsroot/cppunit/cppunit/examples/ClockerPlugIn/ClockerPlugIn.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ClockerPlugIn.cpp 27 Aug 2002 21:51:14 -0000 1.4
--- ClockerPlugIn.cpp 13 Oct 2005 20:13:15 -0000 1.5
***************
*** 1,2 ****
--- 1,3 ----
+ #include <cppunit/config/SourcePrefix.h> // disabled unwanted warning on vc++ 6.0
#include <cppunit/TestResult.h>
#include <cppunit/XmlOutputter.h>
|