[Mockpp-commits] mockpp/mockpp/examples/tutorial tut-chain.dox,1.7,1.8
Brought to you by:
ewald-arnold
|
From: Ewald A. <ewa...@us...> - 2005-10-30 20:22:18
|
Update of /cvsroot/mockpp/mockpp/mockpp/examples/tutorial In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12459/mockpp/examples/tutorial Modified Files: tut-chain.dox Log Message: bogus link Index: tut-chain.dox =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/examples/tutorial/tut-chain.dox,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- tut-chain.dox 4 Mar 2005 23:37:00 -0000 1.7 +++ tut-chain.dox 30 Oct 2005 20:22:10 -0000 1.8 @@ -27,12 +27,12 @@ using mockpp::throwException; \endcode -A more convenient way is to place a \c #define before including the mockpp headers +A more convenient way is to place a \c \#define before including the mockpp headers which imports all these shortcut functions into the global namespace: \code -#define MOCKPP_IMPORT_ABBREVIATED -#include <mockpp/chaining/ChainingMockObjectSupport.h> +\#define MOCKPP_IMPORT_ABBREVIATED +\#include <mockpp/chaining/ChainingMockObjectSupport.h> \endcode The next solution of the know testing problem |