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