| 1205 | } |
| 1206 | |
| 1207 | bool AFCKernelModule::DoEvent( |
| 1208 | const AFGUID& self, const std::string& class_name, ArkEntityEvent class_event, const AFIDataList& args) |
| 1209 | { |
| 1210 | return m_pClassModule->DoClassEvent(self, class_name, class_event, args); |
| 1211 | } |
| 1212 | |
| 1213 | bool AFCKernelModule::DoEvent(const AFGUID& self, const int event_id, const AFIDataList& args) |
| 1214 | { |
no test coverage detected