Update of /cvsroot/mockpp/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28090/mockpp
Modified Files:
VisitableMockMethod.h
Log Message:
counted methods available
Index: VisitableMockMethod.h
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- VisitableMockMethod.h 29 Oct 2005 21:00:26 -0000 1.10
+++ VisitableMockMethod.h 30 Oct 2005 13:54:52 -0000 1.11
@@ -34,6 +34,7 @@
#include <mockpp/mockpp.h>
#include <mockpp/VisitableMockObject.h>
+//#include <mockpp/CountedVisitableMethod.h>
namespace mockpp {
|