git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@519 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-22 07:16:39 +00:00
parent a745ecfb0a
commit a2a9c1da30
2 changed files with 0 additions and 3 deletions

View file

@ -13,7 +13,6 @@
#include "../error.hpp" #include "../error.hpp"
#include "../log.hpp" #include "../log.hpp"
#include "../constraints.hpp" #include "../constraints.hpp"
#include "../sequence.hpp"
#include "check.hpp" #include "check.hpp"
#include "action.hpp" #include "action.hpp"
#include "verifiable.hpp" #include "verifiable.hpp"

View file

@ -50,10 +50,8 @@
#define MOCK_PARAM(z, n, d) \ #define MOCK_PARAM(z, n, d) \
BOOST_PP_COMMA_IF(n) d, n >::type p##n BOOST_PP_COMMA_IF(n) d, n >::type p##n
#define MOCK_PARAMS(n, S, tpn) \ #define MOCK_PARAMS(n, S, tpn) \
BOOST_PP_REPEAT(n, MOCK_PARAM, tpn mock::detail::parameter< S) BOOST_PP_REPEAT(n, MOCK_PARAM, tpn mock::detail::parameter< S)
#define MOCK_DECL(M, n, S, c, tpn) \ #define MOCK_DECL(M, n, S, c, tpn) \
tpn boost::function_types::result_type< S >::type M( \ tpn boost::function_types::result_type< S >::type M( \
MOCK_PARAMS(n, S, tpn) ) c MOCK_PARAMS(n, S, tpn) ) c