| 24 | class TopicConfig : public BaseConfig<phxqueue::config::TopicConfig> { |
| 25 | public: |
| 26 | TopicConfig() : BaseConfig<phxqueue::config::TopicConfig>() {} |
| 27 | virtual ~TopicConfig() {} |
| 28 | }; |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected