| 251 | } |
| 252 | |
| 253 | void report(ipc_client* ipc, unsigned int nMsg) |
| 254 | { |
| 255 | data_.i_hdr_res = hdr_res_; |
| 256 | data_.i_error = HTTP_OK; |
| 257 | ipc->send_message(nMsg, &data_, sizeof(data_)); |
| 258 | } |
| 259 | |
| 260 | #ifdef ACL_WINDOWS |
| 261 | void report_error(HWND hWnd, http_status_t errnum) |
nothing calls this directly
no test coverage detected