Definition at line 892 of file mainRepository.cpp. References GetAnnotationTableSetLocator(), Impala::CmdOptions::GetInstance(), and ILOG_VAR. Referenced by mainRepository(). 00893 { 00894 ILOG_VAR(Impala.Application.Repository.DoCopyAnnotationTableSet); 00895 CmdOptions& options = CmdOptions::GetInstance(); 00896 00897 AnnotationTableSetLocator loc1 = GetAnnotationTableSetLocator(options, true); 00898 AnnotationTableSet* tSet = AnnotationTableSetRepository().Get(loc1); 00899 if (tSet == 0) 00900 return; 00901 AnnotationTableSetLocator loc2 = GetAnnotationTableSetLocator(options, false); 00902 AnnotationTableSetRepository().Add(loc2, tSet); 00903 delete tSet; 00904 }
Here is the call graph for this function:
|