Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Application::Repository::DoDeleteAnnotationTable (  ) 

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:


Generated on Thu Jan 13 09:15:48 2011 for ImpalaSrc by  doxygen 1.5.1