| 105 | } |
| 106 | |
| 107 | int error(const String& msg, int type) |
| 108 | { |
| 109 | return detail::convert_resp(AfxMessageBox(msg.c_str(), detail::convert_to_winflags(type) | MB_ICONSTOP)); |
| 110 | } |
| 111 | |
| 112 | int warning(const String& msg, int type) |
| 113 | { |
no test coverage detected