| 1375 | Requester->CancelRequest(reqId); |
| 1376 | } |
| 1377 | void BreakRequest(const TGUID& reqId) override { |
| 1378 | Requester->BreakRequest(reqId); |
| 1379 | } |
| 1380 | |
| 1381 | void SendResponse(const TGUID& reqId, TVector<char>* data, const TColors& colors) override { |
| 1382 | Requester->SendResponseImpl(reqId, colors.GetPriority(), data, colors); |
nothing calls this directly
no test coverage detected