| 59 | // disallow copying |
| 60 | CSettingsPropertyPage(CSettingsPropertyPage const&) = delete; |
| 61 | void operator=(CSettingsPropertyPage const&) = delete; |
| 62 | |
| 63 | CSettingsPropertyPage(); |
| 64 | virtual ~CSettingsPropertyPage(); |
nothing calls this directly
no outgoing calls
no test coverage detected