Refactoring

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@517 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-07-22 07:15:58 +00:00
parent 1698e0f2b3
commit 9a1ad0f833
2 changed files with 2 additions and 3 deletions

View file

@ -27,6 +27,8 @@
struct T : I, mock::object, mock::detail::base< I >
#define MOCK_CLASS(T) \
struct T : mock::object
#define MOCK_FUNCTOR(f, S) \
mock::detail::functor< S > f, f##_mock
#define MOCK_HELPER(t) \
t##_mock( mock::detail::root, BOOST_PP_STRINGIZE(t) )