| 578 | } |
| 579 | |
| 580 | DWORD WINAPI CPipeManager::StartServerWatcherThread(LPVOID lpParam) |
| 581 | { |
| 582 | auto This = (CPipeManager*)lpParam; |
| 583 | return This->PipeServerWatcherRoutine(); |
| 584 | } |
| 585 | |
| 586 | bool CPipeManager::CreateServerWatcherThread() |
| 587 | { |
nothing calls this directly
no test coverage detected