| 821 | #endif |
| 822 | |
| 823 | DWORD WINAPI CNetworkClient::StartThreadRoutine(LPVOID lpParam) |
| 824 | { |
| 825 | auto This = (CNetworkClient*)lpParam; |
| 826 | return This->NetQueueWorkerRoutine(); |
| 827 | } |
| 828 | |
| 829 | bool CNetworkClient::CreateQueueWatcherThread() |
| 830 | { |
nothing calls this directly
no test coverage detected