Update of /cvsroot/mockpp/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30618/mockpp
Modified Files:
VisitableMockObject.h
Log Message:
move public
Index: VisitableMockObject.h
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockObject.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- VisitableMockObject.h 6 Apr 2005 20:15:19 -0000 1.39
+++ VisitableMockObject.h 17 Oct 2005 19:14:19 -0000 1.40
@@ -79,8 +79,6 @@
class Controller;
friend class Controller;
- MOCKPP_MEMBER_RESTRICTOR_PROTECTED:
-
/** Adds another expected call to a mock method.
* @param name unique identifier for method
*/
|