[Mockpp-commits] mockpp/mockpp/tests InvocationMockerBuilder_test.cpp,1.27,1.28
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-04-06 19:30:19
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18292/mockpp/tests Modified Files: InvocationMockerBuilder_test.cpp Log Message: patch msvc6 Index: InvocationMockerBuilder_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/InvocationMockerBuilder_test.cpp,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- InvocationMockerBuilder_test.cpp 3 Apr 2005 18:32:54 -0000 1.27 +++ InvocationMockerBuilder_test.cpp 6 Apr 2005 19:30:10 -0000 1.28 @@ -58,6 +58,10 @@ typedef mockpp::Invocation0 Getter0Invocation; typedef mockpp::Invocation0 Setter0Invocation; + +MOCKPP_TYPELESSSTUBADAPTER_PTI_IMPL(Setter0Invocation) +MOCKPP_TYPELESSSTUBADAPTER_PTI_IMPL(Setter5Invocation) + namespace { |