* Helper function to simplify wrapping the notification class. Should not normally need to be called. * \return the internal byte value of the notification. */
| 208 | * \return the internal byte value of the notification. |
| 209 | */ |
| 210 | uint8 GetByte()const{ return m_byte; } |
| 211 | |
| 212 | /** |
| 213 | * Helper function to return the Timeout to wait for. Only valid for Notification::Type_UserAlerts - Notification::Alert_ApplicationStatus_Retry |
nothing calls this directly
no outgoing calls
no test coverage detected