Definition at line 392 of file mainRepository.cpp. References GetImageSetLocator(), Impala::CmdOptions::GetInstance(), and ILOG_VAR. Referenced by mainRepository(). 00393 { 00394 ILOG_VAR(Impala.Application.Repository.DoDeleteImageSetSpecial); 00395 CmdOptions& options = CmdOptions::GetInstance(); 00396 00397 ImageSetLocator loc = GetImageSetLocator(options, true); 00398 ImageSetRepository().Delete(loc); 00399 }
Here is the call graph for this function: ![]()
|