[Mockpp-commits] mockpp/mockpp/chaining AbstractDynamicChainingMock.h,1.24,1.25
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-04-03 12:01:47
|
Update of /cvsroot/mockpp/mockpp/mockpp/chaining In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5193/mockpp/chaining Modified Files: AbstractDynamicChainingMock.h Log Message: create release Index: AbstractDynamicChainingMock.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/AbstractDynamicChainingMock.h,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- AbstractDynamicChainingMock.h 2 Apr 2005 20:45:30 -0000 1.24 +++ AbstractDynamicChainingMock.h 3 Apr 2005 12:01:38 -0000 1.25 @@ -83,6 +83,7 @@ } #if defined(__BORLANDC__) + /** Appends the description of this object to the buffer. * @param buffer The buffer that the description is appended to. * @return The current content of the buffer data |