[Mockpp-commits] mockpp/mockpp/chaining InvocationMocker.h,1.24,1.25
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-12 17:51:06
|
Update of /cvsroot/mockpp/mockpp/mockpp/chaining In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23860/mockpp/chaining Modified Files: InvocationMocker.h Log Message: fixes for g++ 2.95.3 under OpenBsd 3.1 Index: InvocationMocker.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/InvocationMocker.h,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- InvocationMocker.h 11 Mar 2005 00:24:55 -0000 1.24 +++ InvocationMocker.h 12 Mar 2005 17:50:54 -0000 1.25 @@ -200,7 +200,7 @@ * @return The current content of the buffer data */ virtual String describeTo( String &result, - const List &matchers, + const InvocationMockerBase<R,I>::List &matchers, Stub<R, I> *stub, const String &name ) const = 0; @@ -212,7 +212,7 @@ * @return The current content of the buffer data */ String describeTo( String &result, - const List &matchers, + const InvocationMockerBase<R,I>::List &matchers, TypelessStub<R>* stub, const String &name ) const { |