[Mockpp-commits] mockpp/mockpp/visiting .cvsignore,1.1,1.2 CountedVisitableMethod.h,1.1,1.2 Makefile
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-10 20:07:32
|
Update of /cvsroot/mockpp/mockpp/mockpp/visiting In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7221/mockpp/visiting Modified Files: .cvsignore CountedVisitableMethod.h Makefile.am VisitableMockMethod.cpp VisitableMockMethod.h VisitableMockMethod0.h VisitableMockMethod1.h VisitableMockMethod2.h VisitableMockMethod3.h VisitableMockMethod4.h VisitableMockMethod5.h VisitableMockMethod6.h VisitableMockObject.cpp VisitableMockObject.h Log Message: restructuring and cleanup Index: .cvsignore =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .cvsignore 10 Dec 2005 19:14:39 -0000 1.1 +++ .cvsignore 10 Dec 2005 20:07:22 -0000 1.2 @@ -0,0 +1 @@ +Makefile.in Index: VisitableMockMethod1.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/VisitableMockMethod1.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod1.h 10 Dec 2005 19:20:00 -0000 1.1 +++ VisitableMockMethod1.h 10 Dec 2005 20:07:22 -0000 1.2 @@ -33,9 +33,9 @@ #include <mockpp/mockpp.h> -#include <mockpp/VisitableMockObject.h> -#include <mockpp/VisitableMockMethod.h> -#include <mockpp/ResponseVector1.h> +#include <mockpp/visiting/VisitableMockObject.h> +#include <mockpp/visiting/VisitableMockMethod.h> +#include <mockpp/visiting/ResponseVector1.h> namespace mockpp { Index: VisitableMockMethod.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/VisitableMockMethod.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod.cpp 10 Dec 2005 19:20:00 -0000 1.1 +++ VisitableMockMethod.cpp 10 Dec 2005 20:07:22 -0000 1.2 @@ -31,7 +31,7 @@ #include <mockpp/mockpp.h> // always first #include <mockpp/mockpp_dbc.h> -#include <mockpp/VisitableMockMethod.h> +#include <mockpp/visiting/VisitableMockMethod.h> namespace mockpp { Index: VisitableMockMethod6.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/VisitableMockMethod6.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod6.h 10 Dec 2005 19:20:00 -0000 1.1 +++ VisitableMockMethod6.h 10 Dec 2005 20:07:22 -0000 1.2 @@ -33,9 +33,9 @@ #include <mockpp/mockpp.h> -#include <mockpp/VisitableMockObject.h> -#include <mockpp/VisitableMockMethod.h> -#include <mockpp/ResponseVector6.h> +#include <mockpp/visiting/VisitableMockObject.h> +#include <mockpp/visiting/VisitableMockMethod.h> +#include <mockpp/visiting/ResponseVector6.h> namespace mockpp { Index: VisitableMockMethod2.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/VisitableMockMethod2.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod2.h 10 Dec 2005 19:20:00 -0000 1.1 +++ VisitableMockMethod2.h 10 Dec 2005 20:07:22 -0000 1.2 @@ -33,9 +33,9 @@ #include <mockpp/mockpp.h> -#include <mockpp/VisitableMockObject.h> -#include <mockpp/VisitableMockMethod.h> -#include <mockpp/ResponseVector2.h> +#include <mockpp/visiting/VisitableMockObject.h> +#include <mockpp/visiting/VisitableMockMethod.h> +#include <mockpp/visiting/ResponseVector2.h> namespace mockpp { Index: VisitableMockObject.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/VisitableMockObject.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockObject.cpp 10 Dec 2005 19:20:00 -0000 1.1 +++ VisitableMockObject.cpp 10 Dec 2005 20:07:22 -0000 1.2 @@ -30,7 +30,7 @@ #include <mockpp/mockpp.h> // always first -#include <mockpp/VisitableMockObject.h> +#include <mockpp/visiting/VisitableMockObject.h> namespace mockpp { Index: VisitableMockMethod3.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/VisitableMockMethod3.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod3.h 10 Dec 2005 19:20:00 -0000 1.1 +++ VisitableMockMethod3.h 10 Dec 2005 20:07:22 -0000 1.2 @@ -33,9 +33,9 @@ #include <mockpp/mockpp.h> -#include <mockpp/VisitableMockObject.h> -#include <mockpp/VisitableMockMethod.h> -#include <mockpp/ResponseVector3.h> +#include <mockpp/visiting/VisitableMockObject.h> +#include <mockpp/visiting/VisitableMockMethod.h> +#include <mockpp/visiting/ResponseVector3.h> namespace mockpp { Index: CountedVisitableMethod.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/CountedVisitableMethod.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- CountedVisitableMethod.h 10 Dec 2005 19:19:59 -0000 1.1 +++ CountedVisitableMethod.h 10 Dec 2005 20:07:22 -0000 1.2 @@ -1,7 +1,7 @@ /** @file @internal NOT INTENDED FOR PUBLIC INCLUSION @brief Generated with gen_countvisitable.pl. - + $Id$ ***************************************************************************/ @@ -33,13 +33,13 @@ #include <mockpp/CountParameters.h> -#include <mockpp/VisitableMockMethod0.h> -#include <mockpp/VisitableMockMethod1.h> -#include <mockpp/VisitableMockMethod2.h> -#include <mockpp/VisitableMockMethod3.h> -#include <mockpp/VisitableMockMethod4.h> -#include <mockpp/VisitableMockMethod5.h> -#include <mockpp/VisitableMockMethod6.h> +#include <mockpp/visiting/VisitableMockMethod0.h> +#include <mockpp/visiting/VisitableMockMethod1.h> +#include <mockpp/visiting/VisitableMockMethod2.h> +#include <mockpp/visiting/VisitableMockMethod3.h> +#include <mockpp/visiting/VisitableMockMethod4.h> +#include <mockpp/visiting/VisitableMockMethod5.h> +#include <mockpp/visiting/VisitableMockMethod6.h> namespace mockpp { Index: VisitableMockMethod.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/VisitableMockMethod.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod.h 10 Dec 2005 19:20:00 -0000 1.1 +++ VisitableMockMethod.h 10 Dec 2005 20:07:22 -0000 1.2 @@ -33,7 +33,7 @@ #include <mockpp/mockpp.h> -#include <mockpp/VisitableMockObject.h> +#include <mockpp/visiting/VisitableMockObject.h> //#include <mockpp/CountedVisitableMethod.h> Index: VisitableMockMethod4.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/VisitableMockMethod4.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod4.h 10 Dec 2005 19:20:00 -0000 1.1 +++ VisitableMockMethod4.h 10 Dec 2005 20:07:22 -0000 1.2 @@ -33,9 +33,9 @@ #include <mockpp/mockpp.h> -#include <mockpp/VisitableMockObject.h> -#include <mockpp/VisitableMockMethod.h> -#include <mockpp/ResponseVector4.h> +#include <mockpp/visiting/VisitableMockObject.h> +#include <mockpp/visiting/VisitableMockMethod.h> +#include <mockpp/visiting/ResponseVector4.h> namespace mockpp { Index: VisitableMockMethod0.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/VisitableMockMethod0.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod0.h 10 Dec 2005 19:20:00 -0000 1.1 +++ VisitableMockMethod0.h 10 Dec 2005 20:07:22 -0000 1.2 @@ -33,8 +33,8 @@ #include <mockpp/mockpp.h> -#include <mockpp/VisitableMockObject.h> -#include <mockpp/VisitableMockMethod.h> +#include <mockpp/visiting/VisitableMockObject.h> +#include <mockpp/visiting/VisitableMockMethod.h> namespace mockpp { Index: VisitableMockMethod5.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/VisitableMockMethod5.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod5.h 10 Dec 2005 19:20:00 -0000 1.1 +++ VisitableMockMethod5.h 10 Dec 2005 20:07:22 -0000 1.2 @@ -33,9 +33,9 @@ #include <mockpp/mockpp.h> -#include <mockpp/VisitableMockObject.h> -#include <mockpp/VisitableMockMethod.h> -#include <mockpp/ResponseVector5.h> +#include <mockpp/visiting/VisitableMockObject.h> +#include <mockpp/visiting/VisitableMockMethod.h> +#include <mockpp/visiting/ResponseVector5.h> namespace mockpp { Index: VisitableMockObject.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/VisitableMockObject.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockObject.h 10 Dec 2005 19:20:00 -0000 1.1 +++ VisitableMockObject.h 10 Dec 2005 20:07:22 -0000 1.2 @@ -43,8 +43,8 @@ #include <mockpp/constraint/ConstraintList.h> -#include <mockpp/VisitableMockObject_macro.h> -#include <mockpp/VisitableMockObject_template.h> +#include <mockpp/visiting/VisitableMockObject_macro.h> +#include <mockpp/visiting/VisitableMockObject_template.h> namespace mockpp { Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/visiting/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.am 10 Dec 2005 19:14:39 -0000 1.1 +++ Makefile.am 10 Dec 2005 20:07:22 -0000 1.2 @@ -0,0 +1,26 @@ +INCLUDES = $(all_includes) -I$(top_srcdir) -I$(top_builddir) $(EA_EXTRA_INC) +DEFAULT_INCLUDES = $(INCLUDES) + +noinst_LTLIBRARIES = libvisiting.la + +libvisitinginclude_HEADERS = \ +VisitableMockObject_macro.h VisitableMockObject_template.h VisitableMockObject.h \ +VisitableMockMethod.h VisitableMockMethod0.h VisitableMockMethod1.h VisitableMockMethod2.h \ + VisitableMockMethod3.h VisitableMockMethod4.h VisitableMockMethod5.h VisitableMockMethod6.h \ + ResponseVector1.h ResponseVector2.h \ + ResponseVector3.h ResponseVector4.h ResponseVector5.h ResponseVector6.h \ + CountedVisitableMethod.h + +EXTRA_DIST = \ + gen_visitablemethod_N.pl \ + gen_countvisitable_N.pl \ + gen_responsevector_N.pl + +libvisitingincludedir = $(includedir)/mockpp/visiting + +CLEANFILES = *.~* *.~~* *~ *.old + +libvisiting_la_SOURCES = \ + VisitableMockMethod.cpp VisitableMockObject.cpp + +noinst_HEADERS = |