| 14 | IMPLEMENT_DYNAMIC(CMountMangerDialog, CDialogEx) |
| 15 | |
| 16 | CMountMangerDialog::CMountMangerDialog(CWnd* pParent /*=NULL*/) |
| 17 | : CDialogEx(IDD_MOUNTMANAGER, pParent) |
| 18 | { |
| 19 | m_bOkPressed = FALSE; |
| 20 | } |
| 21 | |
| 22 | CMountMangerDialog::~CMountMangerDialog() |
| 23 | { |
nothing calls this directly
no outgoing calls
no test coverage detected