[Cppunit-cvs] cppunit2/src/cpput cpput.vcproj,1.25,1.26
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-02-26 11:41:06
|
Update of /cvsroot/cppunit/cppunit2/src/cpput In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11910/src/cpput Modified Files: cpput.vcproj Log Message: * simpler implementation of functors. * complete rewrote of the generator (much easier to maintain) Index: cpput.vcproj =================================================================== RCS file: /cvsroot/cppunit/cppunit2/src/cpput/cpput.vcproj,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** cpput.vcproj 23 Feb 2005 23:15:34 -0000 1.25 --- cpput.vcproj 26 Feb 2005 11:40:58 -0000 1.26 *************** *** 204,207 **** --- 204,213 ---- </File> <File + RelativePath="..\..\include\cpptl\functor.h"> + </File> + <File + RelativePath="..\..\include\cpptl\functor3.h"> + </File> + <File RelativePath="..\..\include\cpptl\sharedptr.h"> </File> |