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

int Impala::Application::IDo::Go (  )  [inline]

Definition at line 124 of file mainIDo.cpp.

References Impala::FileNameExt(), HandleCmd(), HandleCmdFile(), ILOG_ERROR_COUNT, ILOG_INFO, mTopCmd, and Impala::Timer::SplitTimeStr().

Referenced by Impala::Application::mainIDo().

00125     {
00126         ILOG_INFO("Doing " << mTopCmd);
00127         Timer timer(1);
00128         if (FileNameExt(mTopCmd) == "ido")
00129             HandleCmdFile(mTopCmd);
00130         else
00131             HandleCmd(mTopCmd);
00132 
00133         int nrOfErrors = ILOG_ERROR_COUNT;
00134         ILOG_INFO("Done processing in " << timer.SplitTimeStr() <<
00135                   ", total nr error = " << nrOfErrors);
00136         return nrOfErrors;
00137     }

Here is the call graph for this function:


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