Definition at line 2077 of file mainIDo.cpp. References GetCurCmdArg(), ILOG_INFO, and StageCall(). Referenced by HandleCmd(). 02078 { 02079 ILOG_INFO("Staging images"); 02080 String dataSet = GetCurCmdArg(0); 02081 StageCall("copyimageset", dataSet); 02082 StageCall("syncimagefiles", dataSet); 02083 }
Here is the call graph for this function: ![]()
|