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

void Impala::Application::Repository::DoDeleteAnnotationTableSet (  ) 

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:


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