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

Method CMountMangerDialog

cppcryptfs/ui/MountMangerDialog.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14IMPLEMENT_DYNAMIC(CMountMangerDialog, CDialogEx)
15
16CMountMangerDialog::CMountMangerDialog(CWnd* pParent /*=NULL*/)
17 : CDialogEx(IDD_MOUNTMANAGER, pParent)
18{
19 m_bOkPressed = FALSE;
20}
21
22CMountMangerDialog::~CMountMangerDialog()
23{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected