| 407 | } |
| 408 | |
| 409 | void AddCancel(const TGUID& guid) override { |
| 410 | UpdateInProcess(); |
| 411 | TStatesInProcessRequests::iterator ustate = InProcess_.find(guid); |
| 412 | if (ustate != InProcess_.end()) |
| 413 | ustate->second->Canceled = true; |
| 414 | } |
| 415 | |
| 416 | void AddRequestAck(const TGUID&) override { |
| 417 | Y_ABORT("unexpected acc in neh netliba server"); |
no test coverage detected