| 330 | #endif |
| 331 | |
| 332 | bool static InitError(const std::string& str) |
| 333 | { |
| 334 | uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_ERROR); |
| 335 | return false; |
| 336 | } |
| 337 | |
| 338 | bool static InitWarning(const std::string& str) |
| 339 | { |
no outgoing calls
no test coverage detected