| 108 | } |
| 109 | |
| 110 | void AFCProxyNetModule::OnClientDisconnect(const AFGUID& conn_id) |
| 111 | { |
| 112 | // do something |
| 113 | } |
| 114 | |
| 115 | bool AFCProxyNetModule::CheckSessionState(const int nGameID, const AFGUID& xClientID, const std::string& strAccount) |
| 116 | { |
nothing calls this directly
no outgoing calls
no test coverage detected