* Helper function to return the Timeout to wait for. Only valid for Notification::Type_UserAlerts - Notification::Alert_ApplicationStatus_Retry * \return The time to wait before retrying */
| 214 | * \return The time to wait before retrying |
| 215 | */ |
| 216 | uint8 GetRetry()const{ assert((Type_UserAlerts == m_type) && (Alert_ApplicationStatus_Retry == m_useralerttype)); return m_byte; } |
| 217 | |
| 218 | /** |
| 219 | * Helper Function to return the Notification as a String |
nothing calls this directly
no outgoing calls
no test coverage detected