| 340 | virtual ~CAniMenuTrayIcon() {StopAnimating();} |
| 341 | |
| 342 | HICON GetIcon() const {return CMenuTrayIcon::GetIcon();} |
| 343 | BOOL SetIcon(HICON hIcon) {return CMenuTrayIcon::SetIcon(hIcon);} |
| 344 | |
| 345 | UINT_PTR SetTimer(UINT nIDEvent, UINT nElapse, void (CALLBACK* lpfnTimer)(HWND, UINT, UINT_PTR, DWORD)) {return CMenuTrayIcon::SetTimer(nIDEvent, nElapse, lpfnTimer);} |
nothing calls this directly
no outgoing calls
no test coverage detected