[Mockpp-commits] mockpp/mockpp ReturnObjectList.h,1.27,1.28
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-07-23 17:37:43
|
Update of /cvsroot/mockpp/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9329/mockpp Modified Files: ReturnObjectList.h Log Message: Formatter uses operator<<(ostream) Index: ReturnObjectList.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/ReturnObjectList.h,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- ReturnObjectList.h 23 Jul 2005 13:31:57 -0000 1.27 +++ ReturnObjectList.h 23 Jul 2005 17:37:32 -0000 1.28 @@ -163,7 +163,7 @@ * The string only contains the remaining objects. * @return string representation */ - virtual String toString() const + String toString() const // virtual { if (myObjects.size() == 0 && !haveDefault) return MOCKPP_PCHAR("[]"); |