mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Moved some components into a detail sub-directory
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@489 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
435dadf89d
commit
bd30f8c492
6 changed files with 97 additions and 94 deletions
|
|
@ -9,6 +9,8 @@
|
|||
#include "expectation_template.hpp"
|
||||
|
||||
namespace mock
|
||||
{
|
||||
namespace detail
|
||||
{
|
||||
template< typename Signature > class function;
|
||||
|
||||
|
|
@ -264,4 +266,5 @@ namespace mock
|
|||
|
||||
boost::shared_ptr< function_impl > impl_;
|
||||
};
|
||||
}
|
||||
} // mock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue