Definition at line 701 of file mainRepository.cpp. References Impala::CmdOptions::GetInstance(), GetKeywordListLocator(), and ILOG_VAR. Referenced by mainRepository(). 00702 { 00703 ILOG_VAR(Impala.Application.Repository.DoCopyKeywordList); 00704 CmdOptions& options = CmdOptions::GetInstance(); 00705 00706 KeywordListLocator loc1 = GetKeywordListLocator(options, true); 00707 KeywordList* keyList = KeywordListRepository().Get(loc1); 00708 KeywordListLocator loc2 = GetKeywordListLocator(options, false); 00709 KeywordListRepository().Add(loc2, keyList); 00710 delete keyList; 00711 }
Here is the call graph for this function:
|