| 51 | // disallow copying |
| 52 | CCreatePropertyPage(CCreatePropertyPage const&) = delete; |
| 53 | void operator=(CCreatePropertyPage const&) = delete; |
| 54 | |
| 55 | CCreatePropertyPage(); |
| 56 | virtual ~CCreatePropertyPage(); |
nothing calls this directly
no outgoing calls
no test coverage detected