| 27 | } |
| 28 | |
| 29 | CTrayIconController::CTrayIconController() |
| 30 | : BaseClass() |
| 31 | , m_trayIcon() |
| 32 | , m_trayIconMenu() |
| 33 | , m_LastInfo() |
| 34 | { |
| 35 | } |
| 36 | |
| 37 | CTrayIconController::~CTrayIconController() |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected