| 12530 | } |
| 12531 | |
| 12532 | void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) { |
| 12533 | m_factories.emplace(name, factory); |
| 12534 | } |
| 12535 | void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) { |
| 12536 | m_listeners.push_back( factory ); |
| 12537 | } |
no outgoing calls
no test coverage detected