Definition at line 2357 of file mainIDo.cpp. References CallSystem(), ILOG_INFO, mDryRun, mLocation, and mSetName. Referenced by CleanClassify(), CleanClus(), CleanCluster(), CleanExportConcepts(), CleanFeature(), CleanMergedAnnotations(), CleanModel(), CleanMpeg7(), CleanPrepIm(), CleanPrepTest(), CleanPrepTry(), CleanSm2(), and ModelTestW(). 02358 { 02359 String cmdLine = "repository " + cmd + " " + mLocation + 02360 " " + mSetName + " " + args; 02361 ILOG_INFO("Clean: " << cmdLine); 02362 if (mDryRun) 02363 std::cout << cmdLine << std::endl; 02364 else 02365 CallSystem(cmdLine); 02366 }
Here is the call graph for this function: ![]()
|