Thread: [Mockpp-commits] mockpp/mockpp/tests ChainableMockObject_5_void_test.cpp,1.11,1.12 VisitableMockObje
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-07-31 14:11:18
|
Update of /cvsroot/mockpp/mockpp/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9923/mockpp/tests Modified Files: ChainableMockObject_5_void_test.cpp VisitableMockObject_2_void_test.cpp VisitableMockObject_3_void_test.cpp VisitableMockObject_4_void_test.cpp VisitableMockObject_5_void_test.cpp Log Message: fixed warnings Index: VisitableMockObject_4_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_4_void_test.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- VisitableMockObject_4_void_test.cpp 25 Jul 2005 19:02:15 -0000 1.16 +++ VisitableMockObject_4_void_test.cpp 31 Jul 2005 14:11:05 -0000 1.17 @@ -135,9 +135,6 @@ MOCKPP_CONSTRUCT_MEMBERS_FOR_VOID_VISITABLE_EXT4(outbound, Ext) {} - MOCKPP_VOID_VISITABLE_EXT4(MyVisitableMockObject_4_void_ex, outbound, unsigned &, unsigned &, unsigned &, unsigned &, - Ext, unsigned, unsigned, unsigned, unsigned); - MOCKPP_VOID_VISITABLE_EXT4(MyVisitableMockObject_4_void_ex, visitable4, const std::string &, const std::string &, const std::string &, const std::string &, Ext, std::string, std::string, std::string, std::string); @@ -153,6 +150,9 @@ MOCKPP_VOID_VISITABLE_EXT0(MyVisitableMockObject_4_void_ex, visitable0, Ext); + MOCKPP_VOID_VISITABLE_EXT4(MyVisitableMockObject_4_void_ex, outbound, unsigned &, unsigned &, unsigned &, unsigned &, + Ext, unsigned, unsigned, unsigned, unsigned); + bool isClear() { return visitable4ExtDefaultThrowable.get() == 0 // check preprocessed doc-template.h for the actual members Index: ChainableMockObject_5_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/ChainableMockObject_5_void_test.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ChainableMockObject_5_void_test.cpp 25 Jul 2005 19:02:15 -0000 1.11 +++ ChainableMockObject_5_void_test.cpp 31 Jul 2005 14:11:04 -0000 1.12 @@ -237,9 +237,6 @@ MOCKPP_VOID_CHAINABLE_EXT0(MyChainableMockObject_5_void_ex, chainable0, Ext); - MOCKPP_VOID_CHAINABLE_EXT5(MyChainableMockObject_5_void_ex, outbound, unsigned &, unsigned &, unsigned &, unsigned &, unsigned &, - Ext, unsigned, unsigned, unsigned, unsigned, unsigned ); - MOCKPP_VOID_CONST_CHAINABLE_EXT5(MyChainableMockObject_5_void_ex, const_chainable5, const CA&, const CB&, const CC&, const CD&, CE, Ext1, CA, CB, CC, CD, CE); @@ -280,6 +277,9 @@ MOCKPP_VOID_CONST_CHAINABLE_EXT0(MyChainableMockObject_5_void_ex, const_chainable0_p, Ext); + + MOCKPP_VOID_CHAINABLE_EXT5(MyChainableMockObject_5_void_ex, outbound, unsigned &, unsigned &, unsigned &, unsigned &, unsigned &, + Ext, unsigned, unsigned, unsigned, unsigned, unsigned ); }; Index: VisitableMockObject_2_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_2_void_test.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- VisitableMockObject_2_void_test.cpp 25 Jul 2005 19:02:15 -0000 1.17 +++ VisitableMockObject_2_void_test.cpp 31 Jul 2005 14:11:05 -0000 1.18 @@ -131,9 +131,6 @@ MOCKPP_CONSTRUCT_MEMBERS_FOR_VOID_VISITABLE_EXT2(outbound, Ext) {} - MOCKPP_VOID_VISITABLE_EXT2(MyVisitableMockObject_2_void_ex, outbound, unsigned &, unsigned &, - Ext, unsigned, unsigned); - MOCKPP_VOID_VISITABLE_EXT2(MyVisitableMockObject_2_void_ex, visitable2, const std::string &, const std::string &, Ext, std::string, std::string); @@ -143,6 +140,9 @@ MOCKPP_VOID_VISITABLE_EXT0(MyVisitableMockObject_2_void_ex, visitable0, Ext); + MOCKPP_VOID_VISITABLE_EXT2(MyVisitableMockObject_2_void_ex, outbound, unsigned &, unsigned &, + Ext, unsigned, unsigned); + bool isClear() { return visitable2ExtDefaultThrowable.get() == 0 // check preprocessed doc-template.h for the actual members Index: VisitableMockObject_5_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_5_void_test.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- VisitableMockObject_5_void_test.cpp 25 Jul 2005 19:02:15 -0000 1.21 +++ VisitableMockObject_5_void_test.cpp 31 Jul 2005 14:11:05 -0000 1.22 @@ -329,9 +329,6 @@ , MOCKPP_CONSTRUCT_MEMBERS_FOR_VOID_VISITABLE_EXT5(outbound, Ext) {} - MOCKPP_VOID_VISITABLE_EXT5(MyVisitableMockObject_5_void_ex, outbound, unsigned &, unsigned &, unsigned &, unsigned &, unsigned &, - Ext, unsigned, unsigned, unsigned, unsigned, unsigned ); - MOCKPP_VOID_VISITABLE_EXT5(MyVisitableMockObject_5_void_ex, visitable5, const std::string &, const std::string &, const std::string &, const std::string &, const std::string &, Ext1, std::string, std::string, std::string, std::string, std::string); @@ -459,6 +456,10 @@ MOCKPP_VOID_CONST_VISITABLE_EXT0(MyVisitableMockObject_5_void_ex, abc_const_visitable0, Ext); + + MOCKPP_VOID_VISITABLE_EXT5(MyVisitableMockObject_5_void_ex, outbound, unsigned &, unsigned &, unsigned &, unsigned &, unsigned &, + Ext, unsigned, unsigned, unsigned, unsigned, unsigned ); + bool isClear() { return visitable5Ext1DefaultThrowable.get() == 0 // check preprocessed doc-template.h for the actual members Index: VisitableMockObject_3_void_test.cpp =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/tests/VisitableMockObject_3_void_test.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- VisitableMockObject_3_void_test.cpp 25 Jul 2005 19:02:15 -0000 1.16 +++ VisitableMockObject_3_void_test.cpp 31 Jul 2005 14:11:05 -0000 1.17 @@ -133,9 +133,6 @@ MOCKPP_CONSTRUCT_MEMBERS_FOR_VOID_VISITABLE_EXT3(outbound, Ext) {} - MOCKPP_VOID_VISITABLE_EXT3(MyVisitableMockObject_3_void_ex, outbound, unsigned &, unsigned &, unsigned &, - Ext, unsigned, unsigned, unsigned); - MOCKPP_VOID_VISITABLE_EXT3(MyVisitableMockObject_3_void_ex, visitable3, const std::string &, const std::string &, const std::string &, Ext, std::string, std::string, std::string); @@ -148,6 +145,9 @@ MOCKPP_VOID_VISITABLE_EXT0(MyVisitableMockObject_3_void_ex, visitable0, Ext); + MOCKPP_VOID_VISITABLE_EXT3(MyVisitableMockObject_3_void_ex, outbound, unsigned &, unsigned &, unsigned &, + Ext, unsigned, unsigned, unsigned); + bool isClear() { return visitable3ExtDefaultThrowable.get() == 0 // check preprocessed doc-template.h for the actual members |