Definition at line 378 of file mainRepository.cpp. References GetImageSetLocator(), Impala::CmdOptions::GetInstance(), and ILOG_VAR. Referenced by mainRepository(). 00379 { 00380 ILOG_VAR(Impala.Application.Repository.DoCopyImageSetSpecial); 00381 CmdOptions& options = CmdOptions::GetInstance(); 00382 00383 ImageSetLocator loc1 = GetImageSetLocator(options, true); 00384 ImageSet* imSet = ImageSetRepository().Get(loc1); 00385 00386 ImageSetLocator loc2 = GetImageSetLocator(options, false); 00387 ImageSetRepository().Add(loc2, imSet); 00388 delete imSet; 00389 }
Here is the call graph for this function: ![]()
|