Definition at line 2177 of file mainRepository.cpp. References GetFoldLocator(), Impala::CmdOptions::GetInstance(), and ILOG_VAR. Referenced by mainRepository(). 02178 { 02179 ILOG_VAR(Impala.Application.Repository.DoDeleteFold); 02180 CmdOptions& options = CmdOptions::GetInstance(); 02181 02182 FoldLocator loc = GetFoldLocator(options, true); 02183 FoldRepository().Delete(loc); 02184 }
Here is the call graph for this function: ![]()
|