| 1199 | } |
| 1200 | |
| 1201 | int AFCKernelModule::SendToSelf(const AFGUID& self, const google::protobuf::Message& msg) |
| 1202 | { |
| 1203 | //SendMsgPBToGate(AFMsg::EGMI_ACK_NODE_DATA, entity, ident); |
| 1204 | return 0; |
| 1205 | } |
| 1206 | |
| 1207 | bool AFCKernelModule::DoEvent( |
| 1208 | const AFGUID& self, const std::string& class_name, ArkEntityEvent class_event, const AFIDataList& args) |
nothing calls this directly
no outgoing calls
no test coverage detected