Some work on sections

This commit is contained in:
Phil Nash
2010-11-19 08:30:45 +00:00
parent 5f43a43662
commit 388e9ffde6
2 changed files with 18 additions and 1 deletions

View File

@@ -261,6 +261,13 @@ public:
{
instance().currentResult.setMessage( msg );
}
static void acceptSectionStart( const std::string& name, const std::string& description )
{
}
static void acceptSectionEnd( const std::string& name )
{
}
private:
MutableResultInfo currentResult;