[Mockpp-commits] mockpp/mockpp/chaining AbstractInvocationDispatcher.h,1.13,1.14 InvocationMocker.h,
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-22 22:04:19
|
Update of /cvsroot/mockpp/mockpp/mockpp/chaining In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9976/mockpp/chaining Modified Files: AbstractInvocationDispatcher.h InvocationMocker.h Log Message: integrated patches for msvc 7.1 Index: InvocationMocker.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/InvocationMocker.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- InvocationMocker.h 20 Mar 2005 15:09:27 -0000 1.26 +++ InvocationMocker.h 22 Mar 2005 22:03:23 -0000 1.27 @@ -200,7 +200,7 @@ * @return The current content of the buffer data */ virtual String describeTo( String &result, - const typename InvocationMockerBase<R,I>::List &matchers, + const InvocationMockerBase<R,I>::List &matchers, Stub<R, I> *stub, const String &name ) const = 0; Index: AbstractInvocationDispatcher.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/AbstractInvocationDispatcher.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- AbstractInvocationDispatcher.h 27 Feb 2005 11:48:15 -0000 1.13 +++ AbstractInvocationDispatcher.h 22 Mar 2005 22:03:22 -0000 1.14 @@ -151,7 +151,7 @@ } } - /** Checks if any ivokable has a description. + /** Checks if any invokable has a description. * @return true: at least one invokable has a description * @return true: none of the invokables have a description */ |