| 10228 | } |
| 10229 | |
| 10230 | void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) { |
| 10231 | m_factories.emplace(name, factory); |
| 10232 | } |
| 10233 | void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) { |
| 10234 | m_listeners.push_back( factory ); |
| 10235 | } |
no outgoing calls
no test coverage detected