| 29 | |
| 30 | |
| 31 | CUT_File::CUT_File() |
| 32 | : m_hFile(INVALID_HANDLE_VALUE), m_bOpenAppending(false) |
| 33 | { |
| 34 | } |
| 35 | |
| 36 | CUT_File::CUT_File(LPCTSTR lpszFileName, UINT nOpenMode, |
| 37 | DWORD dwCreationDisposition, BOOL bAppend) |
nothing calls this directly
no outgoing calls
no test coverage detected