| 6202 | |
| 6203 | |
| 6204 | ISC_STATUS rem_port::send_response(PACKET* p, OBJCT obj, ULONG length, const IStatus* status, bool defer_flag) |
| 6205 | { |
| 6206 | StaticStatusVector tmp; |
| 6207 | tmp.mergeStatus(status); |
| 6208 | return send_response(p, obj, length, tmp.begin(), defer_flag); |
| 6209 | } |
| 6210 | |
| 6211 | |
| 6212 | ISC_STATUS rem_port::send_response( PACKET* sendL, |
no test coverage detected