| 75 | } |
| 76 | |
| 77 | std::shared_ptr<AFINet> AFCNetServerService::GetNet() |
| 78 | { |
| 79 | return m_pNet; |
| 80 | } |
| 81 | |
| 82 | bool AFCNetServerService::RegMsgCallback(const int msg_id, NET_MSG_FUNCTOR&& cb) |
| 83 | { |
nothing calls this directly
no outgoing calls
no test coverage detected