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: ![]()
|