| 194 | class BCDServer : public App, public BCDCommon { |
| 195 | public: |
| 196 | BCDServer(const string& name, const BCDConfig& conf) |
| 197 | : App(name), BCDCommon(conf), model_(name+"_model", name) { } |
| 198 | virtual ~BCDServer() { } |
| 199 | |
| 200 | void process(const MessagePtr& msg) { |
nothing calls this directly
no outgoing calls
no test coverage detected