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

void Impala::Application::Repository::DoCopyAnnotationTable (  ) 

Definition at line 1692 of file mainRepository.cpp.

References GetAnnotationTableLocator(), Impala::CmdOptions::GetInstance(), and ILOG_VAR.

Referenced by mainRepository().

01693 {
01694     ILOG_VAR(Impala.Application.Repository.DoCopyAnnotationTable);
01695     CmdOptions& options = CmdOptions::GetInstance();
01696 
01697     AnnotationTableLocator loc1 = GetAnnotationTableLocator(options, true);
01698     AnnotationTable* tab = AnnotationTableRepository().Get(loc1);
01699     if (tab == 0)
01700         return;
01701     AnnotationTableLocator loc2 = GetAnnotationTableLocator(options, false);
01702     AnnotationTableRepository().Add(loc2, tab);
01703     delete tab;
01704 }

Here is the call graph for this function:


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