| 40 | IMPLEMENT_DYNAMIC(CCryptPropertyPage, CPropertyPage) |
| 41 | |
| 42 | CCryptPropertyPage::CCryptPropertyPage() |
| 43 | : CPropertyPage(IDD_CRYPTPROPERTYPAGE) |
| 44 | { |
| 45 | m_psp.dwFlags &= ~PSP_HASHELP; |
| 46 | } |
| 47 | |
| 48 | CCryptPropertyPage::CCryptPropertyPage(int id) |
| 49 | : CPropertyPage(id) |
nothing calls this directly
no outgoing calls
no test coverage detected