[Mockpp-commits] mockpp/mockpp/chaining ChainableMockMethod.h,1.8,1.9
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-10-30 13:55:00
|
Update of /cvsroot/mockpp/mockpp/mockpp/chaining In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28090/mockpp/chaining Modified Files: ChainableMockMethod.h Log Message: counted methods available Index: ChainableMockMethod.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- ChainableMockMethod.h 29 Oct 2005 21:00:26 -0000 1.8 +++ ChainableMockMethod.h 30 Oct 2005 13:54:52 -0000 1.9 @@ -35,6 +35,7 @@ #include <mockpp/mockpp_dbc.h> #include <mockpp/ChainableMockObject.h> +//#include <mockpp/CountedChainableMethod.h> namespace mockpp { |