| 239 | } |
| 240 | |
| 241 | bool static InitError(const std::string &str) |
| 242 | { |
| 243 | uiInterface.ThreadSafeMessageBox(str, "", CClientUIInterface::MSG_ERROR); |
| 244 | return false; |
| 245 | } |
| 246 | |
| 247 | bool static InitWarning(const std::string &str) |
| 248 | { |
no outgoing calls
no test coverage detected