| 408 | } |
| 409 | |
| 410 | bool AFCKernelModule::AddClassCallBack(const std::string& class_name, CLASS_EVENT_FUNCTOR&& cb, const int32_t prio) |
| 411 | { |
| 412 | return m_pClassModule->AddClassCallBack(class_name, std::forward<CLASS_EVENT_FUNCTOR>(cb), prio); |
| 413 | } |
| 414 | |
| 415 | bool AFCKernelModule::AddNodeCallBack( |
| 416 | const std::string& class_name, const std::string& name, DATA_NODE_EVENT_FUNCTOR&& cb, const int32_t prio) |
no outgoing calls
no test coverage detected