IMutableRegistryHub
| 7473 | |
| 7474 | public: // IMutableRegistryHub |
| 7475 | virtual void registerReporter( std::string const& name, Ptr<IReporterFactory> const& factory ) CATCH_OVERRIDE { |
| 7476 | m_reporterRegistry.registerReporter( name, factory ); |
| 7477 | } |
| 7478 | virtual void registerListener( Ptr<IReporterFactory> const& factory ) CATCH_OVERRIDE { |
| 7479 | m_reporterRegistry.registerListener( factory ); |
| 7480 | } |
no outgoing calls
no test coverage detected