| 336 | // Construction |
| 337 | public: |
| 338 | CAniMenuTrayIcon() {} |
| 339 | CAniMenuTrayIcon(LPCTSTR szTip, HICON hIcon, UINT Menu=0, UINT Default=0, BOOL ByPos=FALSE) : CMenuTrayIcon(szTip, hIcon, Menu, Default, ByPos) {} |
| 340 | virtual ~CAniMenuTrayIcon() {StopAnimating();} |
| 341 |
nothing calls this directly
no outgoing calls
no test coverage detected