[Cppunit-cvs] cppunit2/include/cpptl sharedptr.h,1.3,1.4
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-02-28 20:38:29
|
Update of /cvsroot/cppunit/cppunit2/include/cpptl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1437/include/cpptl Modified Files: sharedptr.h Log Message: * includes forwards.h instead of config.h Index: sharedptr.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/cpptl/sharedptr.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sharedptr.h 23 Feb 2005 22:06:51 -0000 1.3 --- sharedptr.h 28 Feb 2005 20:38:21 -0000 1.4 *************** *** 2,6 **** # define CPPTL_SHAREDPTR_H_INCLUDED ! # include <cpptl/config.h> // We use inheritance instead of the typedef in a struct to --- 2,6 ---- # define CPPTL_SHAREDPTR_H_INCLUDED ! # include <cpptl/forwards.h> // We use inheritance instead of the typedef in a struct to |