Definition at line 1707 of file mainRepository.cpp. References GetAnnotationTableLocator(), Impala::CmdOptions::GetInstance(), and ILOG_VAR. Referenced by mainRepository(). 01708 { 01709 ILOG_VAR(Impala.Application.Repository.DoDeleteAnnotationTable); 01710 CmdOptions& options = CmdOptions::GetInstance(); 01711 01712 AnnotationTableLocator loc = GetAnnotationTableLocator(options, true); 01713 AnnotationTableRepository().Delete(loc); 01714 }
Here is the call graph for this function: ![]()
|