| 66 | // disallow copying |
| 67 | CMountPropertyPage(CMountPropertyPage const&) = delete; |
| 68 | void operator=(CMountPropertyPage const&) = delete; |
| 69 | |
| 70 | CMountPropertyPage(); |
| 71 | virtual ~CMountPropertyPage(); |
nothing calls this directly
no outgoing calls
no test coverage detected