| 8 | CClientUIInterface uiInterface; |
| 9 | |
| 10 | bool InitError(const std::string& str) |
| 11 | { |
| 12 | uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_ERROR); |
| 13 | return false; |
| 14 | } |
| 15 | |
| 16 | void InitWarning(const std::string& str) |
| 17 | { |
no outgoing calls
no test coverage detected