| 161 | } |
| 162 | |
| 163 | void CNetHelper::SetSessionId(uint64_t sid) |
| 164 | { |
| 165 | if (handler != NULL) { |
| 166 | CNetHandler* net_handler = (CNetHandler*)handler; |
| 167 | return net_handler->SetSessionId(sid); |
| 168 | } |
| 169 | } |
| 170 | |
| 171 | void CNetHelper::SetSessionCallback(CHECK_SESSION_CALLBACK function) |
| 172 | { |
no outgoing calls
no test coverage detected