| 39 | // disallow copying |
| 40 | CCryptPropertyPage(CCryptPropertyPage const&) = delete; |
| 41 | void operator=(CCryptPropertyPage const&) = delete; |
| 42 | |
| 43 | CCryptPropertyPage(); |
| 44 | CCryptPropertyPage(int id); |
nothing calls this directly
no outgoing calls
no test coverage detected