[Cppunit-cvs] cppunit2/include/cpptl forwards.h,1.7,1.8
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2008-07-13 08:09:56
|
Update of /cvsroot/cppunit/cppunit2/include/cpptl In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv12567 Modified Files: forwards.h Log Message: - Added any.h to forwards. Index: forwards.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/cpptl/forwards.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** forwards.h 5 Jun 2006 12:02:56 -0000 1.7 --- forwards.h 13 Jul 2008 08:09:52 -0000 1.8 *************** *** 6,9 **** --- 6,13 ---- namespace CppTL { + // any.h + class Any; + class AnyBadCast; + // atomiccounter.h class AtomicCounter; |