[Mockpp-commits] mockpp/mockpp/chaining InvocationMocker.h,1.34,1.35
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-10-19 20:14:35
|
Update of /cvsroot/mockpp/mockpp/mockpp/chaining In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14711/mockpp/chaining Modified Files: InvocationMocker.h Log Message: g++ 4.0 warnings Index: InvocationMocker.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/InvocationMocker.h,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- InvocationMocker.h 28 Aug 2005 20:40:23 -0000 1.34 +++ InvocationMocker.h 19 Oct 2005 20:14:27 -0000 1.35 @@ -187,6 +187,12 @@ typedef AutoPointer<DescriberBase> AP; + /** Destroys the object + */ + virtual ~DescriberBase() + { + } + /** Does the object provide meaningful description via describeTo() ?. * @return true: description is available */ |