| 36 | }; |
| 37 | |
| 38 | ConfigFactory::ConfigFactory(const string &global_config_path) |
| 39 | : phxqueue::plugin::ConfigFactory(), impl_(new ConfigFactoryImpl()) { |
| 40 | impl_->global_config_path = global_config_path; |
| 41 | } |
| 42 | |
| 43 | ConfigFactory::~ConfigFactory() {} |
| 44 |
nothing calls this directly
no outgoing calls
no test coverage detected