IMutableRegistryHub
| 8397 | |
| 8398 | public: // IMutableRegistryHub |
| 8399 | void registerReporter(std::string const &name, IReporterFactoryPtr const &factory) override { |
| 8400 | m_reporterRegistry.registerReporter(name, factory); |
| 8401 | } |
| 8402 | void registerListener(IReporterFactoryPtr const &factory) override { |
| 8403 | m_reporterRegistry.registerListener(factory); |
| 8404 | } |
nothing calls this directly
no test coverage detected