* Construct a system message. */
| 211 | * Construct a system message. |
| 212 | */ |
| 213 | SysMsg() : |
| 214 | msg(), |
| 215 | duration(0U), |
| 216 | max(0U) |
| 217 | { |
| 218 | } |
| 219 | |
| 220 | /** |
| 221 | * Destroy a system message. |
nothing calls this directly
no outgoing calls
no test coverage detected