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

Method CSettingsPropertyPage

cppcryptfs/ui/SettingsPropertyPage.cpp:47–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45IMPLEMENT_DYNAMIC(CSettingsPropertyPage, CCryptPropertyPage)
46
47CSettingsPropertyPage::CSettingsPropertyPage()
48 : CCryptPropertyPage(IDD_SETTINGS)
49{
50 m_bCaseInsensitive = false;
51 m_bMountManager = false;
52 m_bEnableSavingPasswords = false;
53 m_bNeverSaveHistory = false;
54 m_bWarnIfInUseOnDismounting = false;
55 m_bDenyOtherSessions = false;
56 m_bDenyServices = false;
57}
58
59CSettingsPropertyPage::~CSettingsPropertyPage()
60{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected