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@451 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
6bec05c668
commit
bc81a751a4
2 changed files with 4 additions and 2 deletions
|
|
@ -140,7 +140,8 @@ namespace mock
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
class function_impl : public detail::verifiable, public boost::enable_shared_from_this< function_impl >
|
class function_impl : public detail::verifiable,
|
||||||
|
public boost::enable_shared_from_this< function_impl >
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
typedef MOCK_ERROR_POLICY< result_type > error_type;
|
typedef MOCK_ERROR_POLICY< result_type > error_type;
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,8 @@ namespace mock
|
||||||
{}
|
{}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
class object_impl : public detail::context, public detail::verifiable, public boost::enable_shared_from_this< object_impl >
|
class object_impl : public detail::context, public detail::verifiable,
|
||||||
|
public boost::enable_shared_from_this< object_impl >
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual void add( const void* /*p*/, detail::verifiable& v,
|
virtual void add( const void* /*p*/, detail::verifiable& v,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue