| 269 | } |
| 270 | |
| 271 | virtual int configure(const std::string& data, int callertid, int64_t timestamp) { |
| 272 | UNUSED(callertid); |
| 273 | UNUSED(timestamp); |
| 274 | return ERR_FUNCTION_NOT_SUPPORT; |
| 275 | } |
| 276 | |
| 277 | virtual int getParameters(const std::string& data, int callertid, int64_t timestamp) { |
| 278 | UNUSED(callertid); |
no outgoing calls
no test coverage detected