| 366 | } |
| 367 | |
| 368 | void ReplayManager::ShutdownServer() |
| 369 | { |
| 370 | m_RemoteHost.SetShutdown(); |
| 371 | |
| 372 | if(m_Remote) |
| 373 | { |
| 374 | QMutexLocker autolock(&m_RemoteLock); |
| 375 | m_Remote->ShutdownServerAndConnection(); |
| 376 | } |
| 377 | |
| 378 | m_Remote = NULL; |
| 379 | } |
| 380 | |
| 381 | void ReplayManager::PingRemote() |
| 382 | { |
no test coverage detected