MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CFolderDialog

Method CFolderDialog

cppcryptfs/ui/FolderDialog.h:21–21  ·  view source on GitHub ↗

disallow copying

Source from the content-addressed store, hash-verified

19public:
20 // disallow copying
21 CFolderDialog(CFolderDialog const&) = delete;
22 void operator=(CFolderDialog const&) = delete;
23
24 CFolderDialog( LPCTSTR lpszFolderName = NULL,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected