[Mockpp-commits] mockpp/mockpp Makefile.am,1.91,1.92 ResponseVector1.h,1.1,1.2 ResponseVector2.h,1.1
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-10-28 20:35:26
|
Update of /cvsroot/mockpp/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27524/mockpp Modified Files: Makefile.am ResponseVector1.h ResponseVector2.h ResponseVector3.h ResponseVector4.h ResponseVector5.h VisitableMockMethod0.h VisitableMockMethod1.h VisitableMockMethod2.h VisitableMockMethod3.h VisitableMockMethod4.h VisitableMockMethod5.h Log Message: cleanup Index: VisitableMockMethod2.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod2.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod2.h 25 Oct 2005 19:04:30 -0000 1.1 +++ VisitableMockMethod2.h 28 Oct 2005 20:35:13 -0000 1.2 @@ -126,7 +126,7 @@ typedef typename VisitableMockReturningMethodBase<R>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<R> *meth) : Inherited(meth) @@ -217,7 +217,7 @@ typedef typename VisitableMockReturningMethodBase<R>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<R> *meth) : Inherited(meth) @@ -299,7 +299,7 @@ typedef VisitableMockReturningMethodBase<void>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<void> *meth) : Inherited(meth) Index: VisitableMockMethod3.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod3.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod3.h 25 Oct 2005 19:04:30 -0000 1.1 +++ VisitableMockMethod3.h 28 Oct 2005 20:35:13 -0000 1.2 @@ -133,7 +133,7 @@ typedef typename VisitableMockReturningMethodBase<R>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<R> *meth) : Inherited(meth) @@ -228,7 +228,7 @@ typedef typename VisitableMockReturningMethodBase<R>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<R> *meth) : Inherited(meth) @@ -313,7 +313,7 @@ typedef VisitableMockReturningMethodBase<void>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<void> *meth) : Inherited(meth) Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/Makefile.am,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -r1.91 -r1.92 --- Makefile.am 26 Oct 2005 20:43:31 -0000 1.91 +++ Makefile.am 28 Oct 2005 20:35:13 -0000 1.92 @@ -1,8 +1,7 @@ INCLUDES = $(all_includes) -I$(top_srcdir) -I$(top_builddir) $(EA_EXTRA_INC) DEFAULT_INCLUDES = $(INCLUDES) -SUBDIRS = chaining compat util builder constraint matcher stub production . docs tests po -# examples +SUBDIRS = chaining compat util builder constraint matcher stub production . docs tests po examples lib_LTLIBRARIES = libmockpp.la @@ -48,10 +47,6 @@ mockpp_config-bcb5.h \ mockpp_config-msvc_60_70.h \ mockpp_config-msvc_71.h \ - visitable-template.h \ - visitable-template.raw \ - chainable-template.h \ - chainable-template.raw \ gen_visitablemethod_N.pl \ gen_responsevector_N.pl Index: VisitableMockMethod4.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod4.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod4.h 25 Oct 2005 19:04:30 -0000 1.1 +++ VisitableMockMethod4.h 28 Oct 2005 20:35:13 -0000 1.2 @@ -140,7 +140,7 @@ typedef typename VisitableMockReturningMethodBase<R>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<R> *meth) : Inherited(meth) @@ -239,7 +239,7 @@ typedef typename VisitableMockReturningMethodBase<R>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<R> *meth) : Inherited(meth) @@ -327,7 +327,7 @@ typedef VisitableMockReturningMethodBase<void>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<void> *meth) : Inherited(meth) Index: VisitableMockMethod0.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod0.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod0.h 25 Oct 2005 19:04:30 -0000 1.1 +++ VisitableMockMethod0.h 28 Oct 2005 20:35:13 -0000 1.2 @@ -95,7 +95,7 @@ typedef typename VisitableMockReturningMethodBase<R>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<R> *meth) : Inherited(meth) @@ -143,7 +143,7 @@ typedef typename VisitableMockReturningMethodBase<R>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<R> *meth) : Inherited(meth) @@ -191,7 +191,7 @@ typedef VisitableMockReturningMethodBase<void>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<void> *meth) : Inherited(meth) Index: VisitableMockMethod5.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod5.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod5.h 25 Oct 2005 19:04:30 -0000 1.1 +++ VisitableMockMethod5.h 28 Oct 2005 20:35:13 -0000 1.2 @@ -147,7 +147,7 @@ typedef typename VisitableMockReturningMethodBase<R>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<R> *meth) : Inherited(meth) @@ -250,7 +250,7 @@ typedef typename VisitableMockReturningMethodBase<R>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<R> *meth) : Inherited(meth) @@ -341,7 +341,7 @@ typedef VisitableMockReturningMethodBase<void>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<void> *meth) : Inherited(meth) Index: VisitableMockMethod1.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/VisitableMockMethod1.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- VisitableMockMethod1.h 25 Oct 2005 19:04:30 -0000 1.1 +++ VisitableMockMethod1.h 28 Oct 2005 20:35:13 -0000 1.2 @@ -119,7 +119,7 @@ typedef typename VisitableMockReturningMethodBase<R>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<R> *meth) : Inherited(meth) @@ -206,7 +206,7 @@ typedef typename VisitableMockReturningMethodBase<R>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<R> *meth) : Inherited(meth) @@ -285,7 +285,7 @@ typedef VisitableMockReturningMethodBase<void>::ControllerFor Inherited; /** Construct the controller object. - * @meth poiinter to according method mock. + * @meth pointer to according method mock. */ ControllerFor (VisitableMockReturningMethodBase<void> *meth) : Inherited(meth) |