| 268 | // TODO remove that and AlertMessage with a printf-like format |
| 269 | |
| 270 | STATIC void CreateInfoLines(IN CONST XStringW& Message, OUT XStringWArray* Information) |
| 271 | { |
| 272 | if (Message.isEmpty()) { |
| 273 | return; |
| 274 | } |
| 275 | Information->setEmpty(); |
| 276 | //TODO will fill later |
| 277 | } |
| 278 | |
| 279 | #if 0 //not needed? |
| 280 | STATIC void CreateInfoLines(IN CONST CHAR16 *Message, OUT XStringWArray* Information) |
no test coverage detected