| 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);} |
nothing calls this directly
no outgoing calls
no test coverage detected