[Mockpp-commits] mockpp/mockpp/chaining ChainableMockMethod.h,1.12,1.13 ChainableMockMethod0.h,1.11,
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-10 20:07:30
|
Update of /cvsroot/mockpp/mockpp/mockpp/chaining In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7221/mockpp/chaining Modified Files: ChainableMockMethod.h ChainableMockMethod0.h ChainableMockMethod1.h ChainableMockMethod2.h ChainableMockMethod3.h ChainableMockMethod4.h ChainableMockMethod5.h ChainableMockMethod6.h ChainableMockObject.cpp Makefile.am Log Message: restructuring and cleanup Index: ChainableMockMethod6.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod6.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- ChainableMockMethod6.h 24 Nov 2005 19:17:09 -0000 1.9 +++ ChainableMockMethod6.h 10 Dec 2005 20:07:21 -0000 1.10 @@ -33,7 +33,7 @@ #include <mockpp/mockpp.h> -#include <mockpp/ChainableMockObject.h> +#include <mockpp/chaining/ChainableMockObject.h> #include <mockpp/chaining/ChainableMockMethod.h> Index: ChainableMockMethod.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- ChainableMockMethod.h 24 Nov 2005 19:17:09 -0000 1.12 +++ ChainableMockMethod.h 10 Dec 2005 20:07:21 -0000 1.13 @@ -34,7 +34,7 @@ #include <mockpp/mockpp.h> #include <mockpp/mockpp_dbc.h> -#include <mockpp/ChainableMockObject.h> +#include <mockpp/chaining/ChainableMockObject.h> //#include <mockpp/CountedChainableMethod.h> Index: ChainableMockMethod2.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod2.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ChainableMockMethod2.h 24 Nov 2005 19:17:09 -0000 1.11 +++ ChainableMockMethod2.h 10 Dec 2005 20:07:21 -0000 1.12 @@ -33,7 +33,7 @@ #include <mockpp/mockpp.h> -#include <mockpp/ChainableMockObject.h> +#include <mockpp/chaining/ChainableMockObject.h> #include <mockpp/chaining/ChainableMockMethod.h> Index: ChainableMockMethod3.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod3.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ChainableMockMethod3.h 24 Nov 2005 19:17:09 -0000 1.11 +++ ChainableMockMethod3.h 10 Dec 2005 20:07:21 -0000 1.12 @@ -33,7 +33,7 @@ #include <mockpp/mockpp.h> -#include <mockpp/ChainableMockObject.h> +#include <mockpp/chaining/ChainableMockObject.h> #include <mockpp/chaining/ChainableMockMethod.h> Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/Makefile.am,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- Makefile.am 30 Oct 2005 13:53:00 -0000 1.16 +++ Makefile.am 10 Dec 2005 20:07:21 -0000 1.17 @@ -16,9 +16,9 @@ ChainableMockMethod4.h \ ChainableMockMethod5.h \ ChainableMockMethod6.h \ - CountedChainableMethod.h \ + ChainableMockObject.h CountedChainableMethod.h \ InvocationN.h - + EXTRA_DIST = \ gen_chainablemethod_N.pl \ gen_countchainable_N.pl \ @@ -28,6 +28,8 @@ CLEANFILES = *.~* *.~~* *~ *.old -libchaining_la_SOURCES = ChainingMockObjectSupport.cpp Invocation.cpp +libchaining_la_SOURCES = \ + ChainingMockObjectSupport.cpp Invocation.cpp \ + ChainableMockObject.cpp noinst_HEADERS = mockpp_pti.h Index: ChainableMockMethod4.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod4.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ChainableMockMethod4.h 24 Nov 2005 19:17:09 -0000 1.11 +++ ChainableMockMethod4.h 10 Dec 2005 20:07:21 -0000 1.12 @@ -33,7 +33,7 @@ #include <mockpp/mockpp.h> -#include <mockpp/ChainableMockObject.h> +#include <mockpp/chaining/ChainableMockObject.h> #include <mockpp/chaining/ChainableMockMethod.h> Index: ChainableMockObject.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockObject.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- ChainableMockObject.cpp 10 Dec 2005 19:18:50 -0000 1.1 +++ ChainableMockObject.cpp 10 Dec 2005 20:07:21 -0000 1.2 @@ -32,7 +32,7 @@ #include MOCKPP_ALGORITHM_H -#include <mockpp/ChainableMockObject.h> +#include <mockpp/chaining/ChainableMockObject.h> namespace mockpp { Index: ChainableMockMethod5.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod5.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ChainableMockMethod5.h 24 Nov 2005 19:17:09 -0000 1.11 +++ ChainableMockMethod5.h 10 Dec 2005 20:07:21 -0000 1.12 @@ -33,7 +33,7 @@ #include <mockpp/mockpp.h> -#include <mockpp/ChainableMockObject.h> +#include <mockpp/chaining/ChainableMockObject.h> #include <mockpp/chaining/ChainableMockMethod.h> Index: ChainableMockMethod0.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod0.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ChainableMockMethod0.h 24 Nov 2005 19:17:09 -0000 1.11 +++ ChainableMockMethod0.h 10 Dec 2005 20:07:21 -0000 1.12 @@ -33,7 +33,7 @@ #include <mockpp/mockpp.h> -#include <mockpp/ChainableMockObject.h> +#include <mockpp/chaining/ChainableMockObject.h> #include <mockpp/chaining/ChainableMockMethod.h> Index: ChainableMockMethod1.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/ChainableMockMethod1.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ChainableMockMethod1.h 24 Nov 2005 19:17:09 -0000 1.11 +++ ChainableMockMethod1.h 10 Dec 2005 20:07:21 -0000 1.12 @@ -33,7 +33,7 @@ #include <mockpp/mockpp.h> -#include <mockpp/ChainableMockObject.h> +#include <mockpp/chaining/ChainableMockObject.h> #include <mockpp/chaining/ChainableMockMethod.h> |