[Mockpp-commits] mockpp/mockpp/chaining CountedChainableMethod.h,1.10,1.11 gen_countchainable_N.pl,1
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-04-07 16:48:42
|
Update of /cvsroot/mockpp/mockpp/mockpp/chaining In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22231/mockpp/chaining Modified Files: CountedChainableMethod.h gen_countchainable_N.pl Log Message: include mockpp.h Index: CountedChainableMethod.h =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/CountedChainableMethod.h,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- CountedChainableMethod.h 15 Mar 2006 21:56:33 -0000 1.10 +++ CountedChainableMethod.h 7 Apr 2006 16:48:37 -0000 1.11 @@ -31,6 +31,8 @@ #ifndef MOCKPP_COUNTEDCHAINABLEMETHOD_H #define MOCKPP_COUNTEDCHAINABLEMETHOD_H +#include <mockpp/mockpp.h> // always first + #include <mockpp/CountParameters.h> #include <mockpp/chaining/ChainableMockMethod0.h> Index: gen_countchainable_N.pl =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/chaining/gen_countchainable_N.pl,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- gen_countchainable_N.pl 15 Mar 2006 21:56:33 -0000 1.9 +++ gen_countchainable_N.pl 7 Apr 2006 16:48:37 -0000 1.10 @@ -51,6 +51,8 @@ #ifndef MOCKPP_COUNTEDCHAINABLEMETHOD_H #define MOCKPP_COUNTEDCHAINABLEMETHOD_H +#include <mockpp/mockpp.h> // always first + #include <mockpp/CountParameters.h> "; |