Definition at line 944 of file mainRepository.cpp. References Impala::CmdOptions::GetInstance(), GetQuidTableLocator(), and ILOG_VAR. Referenced by mainRepository(). 00945 { 00946 ILOG_VAR(Impala.Application.Repository.DoCopyQuidTable); 00947 CmdOptions& options = CmdOptions::GetInstance(); 00948 00949 QuidTableLocator loc1 = GetQuidTableLocator(options, true); 00950 QuidTable* tab = QuidTableRepository().Get(loc1); 00951 if (tab == 0) 00952 return; 00953 QuidTableLocator loc2 = GetQuidTableLocator(options, false); 00954 QuidTableRepository().Add(loc2, tab); 00955 delete tab; 00956 }
Here is the call graph for this function: ![]()
|