| 24 | namespace ark { |
| 25 | |
| 26 | bool AFCMsgModule::Init() |
| 27 | { |
| 28 | m_pBusModule = FindModule<AFIBusModule>(); |
| 29 | m_pNetServiceManagerModule = FindModule<AFINetServiceManagerModule>(); |
| 30 | m_pLogModule = FindModule<AFILogModule>(); |
| 31 | |
| 32 | return true; |
| 33 | } |
| 34 | |
| 35 | //bool AFCMsgModule::SendSuitSSMsg(const uint8_t app_type, const std::string& hash_key, const int msg_id, |
| 36 | // const google::protobuf::Message& msg, const AFGUID& actor_id /* = 0*/) |
nothing calls this directly
no outgoing calls
no test coverage detected