| 121 | return DATA_COMPLETE; |
| 122 | } |
| 123 | void Run(TJobDescription* descr, IMRCommandCompleteNotify* completeNotify) override { |
| 124 | return Parent->RunLocalOnly(descr, completeNotify); |
| 125 | } |
| 126 | IUserContext* CreateLocalOnlyContext() override { |
| 127 | return this; |
| 128 | } |
nothing calls this directly
no test coverage detected