| 446 | } |
| 447 | |
| 448 | void CcppcryptfsApp::RecreateSystemTrayIcon() |
| 449 | { |
| 450 | // Destroy it first in case there's any singleton behavior with the CMenuTrayIcon class or anything that |
| 451 | // replaces it in the future. |
| 452 | m_system_tray_icon.reset(); |
| 453 | |
| 454 | m_system_tray_icon = make_shared<CMenuTrayIcon>(L"cppcryptfs", m_hIcon, IDR_PopUps, ID_IDR_SHOWCPPCRYPTFS); |
| 455 | } |
| 456 | |
| 457 | BOOL CcppcryptfsApp::WriteProfileInt(LPCWSTR section, LPCWSTR entry, INT val) |
| 458 | { |
no outgoing calls
no test coverage detected