| 577 | static TAtomic LocalMapWins, RemoteMapWins; |
| 578 | |
| 579 | static void Launch(TJobRequest* jobRequest, |
| 580 | TRemoteQueryProcessor* queryProc, |
| 581 | int localCompId, |
| 582 | IUserContext* userContext, |
| 583 | IMRCommandCompleteNotify* completeNotify) { |
| 584 | TIntrusivePtr<TMRCommandExec> op; |
| 585 | op = new TMRCommandExec(jobRequest, queryProc, userContext, completeNotify); |
| 586 | op->LaunchOps(localCompId); |
| 587 | } |
| 588 | }; |
| 589 | |
| 590 | void LaunchLocalJobRequest(TJobRequest* jr, int localCompId, IUserContext* userContext, IMRCommandCompleteNotify* mrNotify); |