mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Cleanup
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@381 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
f2fe1ad574
commit
ed31b9528d
2 changed files with 2 additions and 2 deletions
|
|
@ -245,7 +245,7 @@ namespace mock
|
||||||
s << "?";
|
s << "?";
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
const function_impl* impl_; // $$$$ MAT : use detail::context directly
|
const function_impl* impl_;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct lazy_expectations
|
struct lazy_expectations
|
||||||
|
|
|
||||||
|
|
@ -114,7 +114,7 @@ namespace detail
|
||||||
}
|
}
|
||||||
|
|
||||||
#define MOCK_SIGNATURE(M) \
|
#define MOCK_SIGNATURE(M) \
|
||||||
mock::detail::signature< BOOST_TYPEOF(&base_type::M) >::type // $$$$ MAT inline mock::detail::signature
|
mock::detail::signature< BOOST_TYPEOF(&base_type::M) >::type
|
||||||
|
|
||||||
#define MOCK_METHOD_STUB(M, n, S, t, c, tpn) \
|
#define MOCK_METHOD_STUB(M, n, S, t, c, tpn) \
|
||||||
MOCK_DECL(M, n, S, c, tpn) \
|
MOCK_DECL(M, n, S, c, tpn) \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue