| 9970 | } |
| 9971 | |
| 9972 | void ReporterRegistry::registerReporter( std::string const& name, IReporterFactoryPtr const& factory ) { |
| 9973 | m_factories.emplace(name, factory); |
| 9974 | } |
| 9975 | void ReporterRegistry::registerListener( IReporterFactoryPtr const& factory ) { |
| 9976 | m_listeners.push_back( factory ); |
| 9977 | } |
no outgoing calls
no test coverage detected