| 12380 | } |
| 12381 | |
| 12382 | void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) { |
| 12383 | m_factories.emplace(name, factory); |
| 12384 | } |
| 12385 | void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) { |
| 12386 | m_listeners.push_back( factory ); |
| 12387 | } |
no outgoing calls
no test coverage detected