| 1228 | } |
| 1229 | |
| 1230 | void SendResponse(const TGUID& reqId, TVector<char>* data) override { |
| 1231 | Requester->SendResponseImpl(reqId, PP_NORMAL, data); |
| 1232 | } |
| 1233 | void SendResponseLowPriority(const TGUID& reqId, TVector<char>* data) override { |
| 1234 | Requester->SendResponseImpl(reqId, PP_LOW, data); |
| 1235 | } |
nothing calls this directly
no test coverage detected