[Mockpp-commits] mockpp/mockpp ChainableMockObject.h,1.25,1.26
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-07-29 10:07:39
|
Update of /cvsroot/mockpp/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27090/mockpp Modified Files: ChainableMockObject.h Log Message: next release Index: ChainableMockObject.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ChainableMockObject.h,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- ChainableMockObject.h 6 Apr 2005 20:15:20 -0000 1.25 +++ ChainableMockObject.h 29 Jul 2005 10:07:24 -0000 1.26 @@ -105,7 +105,7 @@ /** Checks if there are any pending recorders left. If there are, an exception is * throw. - * @internalVerifiableList + * @internal */ void checkPendingRecorders() const; // @todo make private |