| 14 | // disallow copying |
| 15 | CMountMangerDialog(CMountMangerDialog const&) = delete; |
| 16 | void operator=(CMountMangerDialog const&) = delete; |
| 17 | |
| 18 | CMountMangerDialog(CWnd* pParent = NULL); // standard constructor |
| 19 | virtual ~CMountMangerDialog(); |
nothing calls this directly
no outgoing calls
no test coverage detected