Definition at line 1875 of file mainRepository.cpp. References GetAnnotationTableSetLocator(), Impala::CmdOptions::GetInstance(), and ILOG_VAR. Referenced by mainRepository(). 01876 { 01877 ILOG_VAR(Impala.Application.Repository.DoDeleteAnnotationTableSet); 01878 CmdOptions& options = CmdOptions::GetInstance(); 01879 01880 AnnotationTableSetLocator loc = GetAnnotationTableSetLocator(options, true); 01881 AnnotationTableSetRepository().Delete(loc); 01882 }
Here is the call graph for this function: ![]()
|