/////////////////////////////////////////////////////////////////////
| 199 | |
| 200 | ////////////////////////////////////////////////////////////////////////// |
| 201 | void TUserContext::Run(TJobDescription* descr, IMRCommandCompleteNotify* completeNotify) { |
| 202 | AsyncStartGroupRequest(descr, QueryProc.Get(), this, completeNotify); |
| 203 | } |
| 204 | |
| 205 | IUserContext* TUserContext::CreateLocalOnlyContext() { |
| 206 | return new TLocalUserContext(this); |
no test coverage detected