| 29 | } |
| 30 | |
| 31 | virtual void ExecAsync(IUserContext* ctx, int hostId, TVector<char>* params, IDCResultNotify* dcNotify, int reqId) const { |
| 32 | Exec(ctx, hostId, params); |
| 33 | dcNotify->DistrCmdComplete(reqId, params); |
| 34 | } |
| 35 | virtual void MergeAsync(TVector<TVector<char>>* src, IDCResultNotify* dcNotify, int reqId) const { |
| 36 | TVector<char> buf; |
| 37 | Merge(src, &buf); |
no test coverage detected