Definition at line 875 of file mainRepository.cpp. References Impala::CmdOptions::GetInstance(), GetStillsLocator(), and ILOG_VAR. Referenced by mainRepository(). 00876 { 00877 ILOG_VAR(Impala.Application.Repository.DoDeleteStills); 00878 CmdOptions& options = CmdOptions::GetInstance(); 00879 00880 StillsLocator loc = GetStillsLocator(options, true); 00881 StillsRepository().Delete(loc); 00882 }
Here is the call graph for this function: ![]()
|