[Mockpp-commits] mockpp/mockpp/util AssertMo.cpp,1.21,1.22
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-03 13:10:23
|
Update of /cvsroot/mockpp/mockpp/mockpp/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6040/mockpp/util Modified Files: AssertMo.cpp Log Message: central exception handling Index: AssertMo.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/util/AssertMo.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- AssertMo.cpp 27 Nov 2005 17:27:57 -0000 1.21 +++ AssertMo.cpp 3 Dec 2005 13:10:12 -0000 1.22 @@ -124,7 +124,7 @@ { mockpp::String fmt = mockpp_i18n(MOCKPP_PCHAR("Not Implemented in %1.")); fmt << mockName; - MOCKPP_THROW(NotImplementedException(srcline, srcfile, fmt)); + forwardMalfunctionData(NotImplementedException(srcline, srcfile, fmt)); } |