| 877 | Host->CancelWait(); |
| 878 | } |
| 879 | void SendResponse(const TGUID& reqId, TVector<char>* data) override { |
| 880 | SendResponseImpl(reqId, PP_NORMAL, data); |
| 881 | } |
| 882 | void SendResponseLowPriority(const TGUID& reqId, TVector<char>* data) override { |
| 883 | SendResponseImpl(reqId, PP_LOW, data); |
| 884 | } |
no outgoing calls