| 192 | }; |
| 193 | |
| 194 | void TMRCmdsProcessor::NewRequest(TRemoteQueryProcessor* p, TNetworkRequest* req) { |
| 195 | CHROMIUM_TRACE_FUNCTION(); |
| 196 | TIntrusivePtr<TRemoteMRCommandExec> exec = new TRemoteMRCommandExec(req, p); |
| 197 | exec->LaunchRequest(Context.Get()); |
| 198 | } |
| 199 | |
| 200 | ////////////////////////////////////////////////////////////////////////// |
| 201 | void TUserContext::Run(TJobDescription* descr, IMRCommandCompleteNotify* completeNotify) { |
no test coverage detected