| 155 | } |
| 156 | |
| 157 | void TrayIcon::Show() |
| 158 | { |
| 159 | m_ShowPreference = true; |
| 160 | if (!m_CurrentlyShowing && Notify(NIM_ADD)) |
| 161 | { |
| 162 | Notify(NIM_SETVERSION); |
| 163 | m_CurrentlyShowing = true; |
| 164 | } |
| 165 | } |
| 166 | |
| 167 | void TrayIcon::Hide() |
| 168 | { |
nothing calls this directly
no outgoing calls
no test coverage detected