Definition at line 52 of file Runner.h. References mJobServerProxy. Referenced by Connect(), Impala::Application::mainJobRunner(), and ~Runner(). 00053 { 00054 if (mJobServerProxy) 00055 { 00056 delete mJobServerProxy; 00057 mJobServerProxy = 0; 00058 } 00059 }
|