Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Application::IDo::StageCall ( CString  cmd,
CString  args,
CString  dataServer = "" 
) [inline]

Definition at line 2178 of file mainIDo.cpp.

References CallSystem(), ILOG_INFO, mDryRun, mInputServer, and mLocation.

Referenced by Stage(), StageFeatureSiftOutput(), StageFeatureWGOutput(), StageImages(), StagePrepTry(), StagePrepTryOutput(), StageVideos(), and StageVocMini().

02179     {
02180         String server = mInputServer;
02181         if (!dataServer.empty())
02182             server = dataServer;
02183         String cmdLine = "repository " + cmd + " dataServer:" + server +
02184             " " + args + " " + mLocation + " --sync";
02185         ILOG_INFO("Stage: " << cmdLine);
02186         if (mDryRun)
02187             std::cout << cmdLine << std::endl;
02188         else
02189             CallSystem(cmdLine);
02190     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:14:26 2011 for ImpalaSrc by  doxygen 1.5.1