MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / ~CAniTrayIcon

Method ~CAniTrayIcon

cppcryptfs/ui/TrayIcon.h:318–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 CAniTrayIcon() {}
317 CAniTrayIcon(LPCTSTR szTip, HICON hIcon) {Create(szTip, hIcon);}
318 virtual ~CAniTrayIcon() {StopAnimating();}
319
320 HICON GetIcon() const {return CTrayIcon::GetIcon();}
321 BOOL SetIcon(HICON hIcon) {return CTrayIcon::SetIcon(hIcon);}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected