Added checkpoint notification to error policy

git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@411 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2012-02-07 23:00:31 +00:00
parent e86aebb5a8
commit f66e06f4fe
5 changed files with 27 additions and 4 deletions

View file

@ -34,6 +34,9 @@ namespace mock
throw std::runtime_error( "aborted" );
}
static void checkpoint( const char* /*file*/, int /*line*/ )
{}
template< typename Context >
static void missing_action( const Context& context,
const char* /*file*/, int /*line*/ )