MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / CCryptPropertyPage

Method CCryptPropertyPage

cppcryptfs/ui/CryptPropertyPage.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40IMPLEMENT_DYNAMIC(CCryptPropertyPage, CPropertyPage)
41
42CCryptPropertyPage::CCryptPropertyPage()
43 : CPropertyPage(IDD_CRYPTPROPERTYPAGE)
44{
45 m_psp.dwFlags &= ~PSP_HASHELP;
46}
47
48CCryptPropertyPage::CCryptPropertyPage(int id)
49 : CPropertyPage(id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected