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

void Impala::Application::IDo::DoRepositoryExec ( CString  cmdLine  )  [inline]

Definition at line 1517 of file mainIDo.cpp.

References ILOG_INFO, RepositoryExec(), ResolveExports(), Impala::StringHead(), and Impala::StringTail().

Referenced by HandleCmd().

01518     {
01519         ILOG_INFO("DoRepositoryExec " << cmdLine);
01520         String line = StringTail(cmdLine, ' ', false);
01521         String cmd = StringHead(line, ' ', false);
01522         String args = StringTail(line, ' ', false);
01523 
01524         args = ResolveExports(args);
01525         if (!args.empty())
01526             RepositoryExec(cmd, args);
01527     }

Here is the call graph for this function:


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