| 30 | class ConfigFactory { |
| 31 | public: |
| 32 | ConfigFactory() {} |
| 33 | virtual ~ConfigFactory() {} |
| 34 | |
| 35 | static void SetConfigFactoryCreateFunc(ConfigFactoryCreateFunc config_factory_create_func) {config_factory_create_func_ = config_factory_create_func;} |
nothing calls this directly
no outgoing calls
no test coverage detected