| 277 | class BCDWorker : public App, public BCDCommon { |
| 278 | public: |
| 279 | BCDWorker(const string& name, const BCDConfig& conf) |
| 280 | : App(name), BCDCommon(conf), model_(name+"_model", name) { } |
| 281 | virtual ~BCDWorker() { } |
| 282 | |
| 283 | void process(const MessagePtr& msg) { |
nothing calls this directly
no outgoing calls
no test coverage detected