Definition at line 206 of file mainRepository.cpp. References Impala::CmdOptions::GetArg(), GetImageSet(), Impala::CmdOptions::GetInstance(), and ILOG_VAR. Referenced by mainRepository(). 00207 { 00208 ILOG_VAR(Impala.Application.Repository.DoCopyImageSet); 00209 CmdOptions& options = CmdOptions::GetInstance(); 00210 00211 String locString1 = options.GetArg(1); 00212 String setName = options.GetArg(2); 00213 String locString2 = options.GetArg(3); 00214 ImageSet* imSet = GetImageSet(options, true); 00215 ImageSetLocator setLoc2(locString2, setName); 00216 ImageSetRepository().Add(setLoc2, imSet); 00217 delete imSet; 00218 }
Here is the call graph for this function:
|