First cut of StaticRegistries - separate from Context

This commit is contained in:
Phil Nash
2012-08-06 20:16:53 +01:00
parent 5234b15ff4
commit 1091ca81e6
21 changed files with 222 additions and 141 deletions

View File

@@ -62,7 +62,6 @@ namespace Catch
virtual ~IReporterRegistry() {}
virtual IReporter* create( const std::string& name, const ReporterConfig& config ) const = 0;
virtual void registerReporter( const std::string& name, IReporterFactory* factory ) = 0;
virtual const FactoryMap& getFactories() const = 0;
};