| 1428 | |
| 1429 | |
| 1430 | void cClientHandle::HandleKeepAlive(int a_KeepAliveID) |
| 1431 | { |
| 1432 | if (a_KeepAliveID == m_PingID) |
| 1433 | { |
| 1434 | cTimer t1; |
| 1435 | m_Ping = (short)((t1.GetNowTime() - m_PingStartTime) / 2); |
| 1436 | } |
| 1437 | } |
| 1438 | |
| 1439 | |
| 1440 |
no test coverage detected