* Get the type of this notification. * \return the notification type. * \see NotificationType */
| 146 | * \see NotificationType |
| 147 | */ |
| 148 | NotificationType GetType()const{ return m_type; } |
| 149 | |
| 150 | /** |
| 151 | * Get the Home ID of the driver sending this notification. |
nothing calls this directly
no outgoing calls
no test coverage detected