| 7 | #include "Defines.h" |
| 8 | |
| 9 | CSafeThreadHandle::CSafeThreadHandle(DWORD dwAccess) : |
| 10 | m_dwAccess(dwAccess) |
| 11 | { |
| 12 | CloseUselessHandles(); |
| 13 | } |
| 14 | CSafeThreadHandle::~CSafeThreadHandle() |
| 15 | { |
| 16 | CloseUselessHandles(); |
nothing calls this directly
no outgoing calls
no test coverage detected