| 20 | // disallow copying |
| 21 | CFolderDialog(CFolderDialog const&) = delete; |
| 22 | void operator=(CFolderDialog const&) = delete; |
| 23 | |
| 24 | CFolderDialog( LPCTSTR lpszFolderName = NULL, |
| 25 | DWORD dwFlags = NULL/*BIF_RETURNONLYFSDIRS*/, |
nothing calls this directly
no outgoing calls
no test coverage detected