| 214 | static void xnet_error(rem_port*, ISC_STATUS, int); |
| 215 | |
| 216 | static void xnet_log_error(const char* err_msg, const Exception& ex) |
| 217 | { |
| 218 | string str("XNET error: "); |
| 219 | str += err_msg; |
| 220 | iscLogException(str.c_str(), ex); |
| 221 | } |
| 222 | |
| 223 | static void xnet_log_error(const char* err_msg) |
| 224 | { |
no test coverage detected