Download to memory
| 245 | } |
| 246 | |
| 247 | CheckSquadObject::~CheckSquadObject() |
| 248 | { |
| 249 | // we cannot destruct background object while thread is working |
| 250 | _stateDone.Wait(); |
| 251 | } |
| 252 | |
| 253 | // Download to memory |
| 254 | static DWORD WINAPI DownloadToMemThread(void* context) |
| 255 | { |
| 256 | DownloadToMemContext* c = (DownloadToMemContext*)context; |
no test coverage detected