| 974 | Host->CancelWait(); |
| 975 | } |
| 976 | void SendResponse(const TGUID& reqId, TVector<char>* data, const TColors& colors) override { |
| 977 | SendResponseImpl(reqId, colors.GetPriority(), data, colors); |
| 978 | } |
| 979 | void SendResponseLowPriority(const TGUID& reqId, TVector<char>* data, const TColors& colors) override { |
| 980 | SendResponseImpl(reqId, PP_LOW, data, colors); |
| 981 | } |