| 318 | virtual ~CAniTrayIcon() {StopAnimating();} |
| 319 | |
| 320 | HICON GetIcon() const {return CTrayIcon::GetIcon();} |
| 321 | BOOL SetIcon(HICON hIcon) {return CTrayIcon::SetIcon(hIcon);} |
| 322 | |
| 323 | UINT_PTR SetTimer(UINT nIDEvent, UINT nElapse, void (CALLBACK* lpfnTimer)(HWND, UINT, UINT_PTR, DWORD)) {return CTrayIcon::SetTimer(nIDEvent, nElapse, lpfnTimer);} |
nothing calls this directly
no outgoing calls
no test coverage detected