| 87 | // disallow copying |
| 88 | CTrayIcon(CTrayIcon const&) = delete; |
| 89 | void operator=(CTrayIcon const&) = delete; |
| 90 | |
| 91 | CTrayIcon() {} |
| 92 | CTrayIcon(LPCTSTR szTip, HICON hIcon) {Create(szTip, hIcon);} |
nothing calls this directly
no outgoing calls
no test coverage detected