| 7 | // Shell Notification Singleton |
| 8 | static ShellNotification g_ShellNotification; |
| 9 | ShellNotification* GetShellNotification() { |
| 10 | return &g_ShellNotification; |
| 11 | } |
| 12 | |
| 13 | ShellNotification::~ShellNotification() |
| 14 | { |
no outgoing calls
no test coverage detected