Definition at line 2162 of file mainRepository.cpp. References GetFoldLocator(), Impala::CmdOptions::GetInstance(), and ILOG_VAR. Referenced by mainRepository(). 02163 { 02164 ILOG_VAR(Impala.Application.Repository.DoCopyFold); 02165 CmdOptions& options = CmdOptions::GetInstance(); 02166 02167 FoldLocator loc1 = GetFoldLocator(options, true); 02168 QuidTable* tab = FoldRepository().Get(loc1); 02169 if (tab == 0) 02170 return; 02171 FoldLocator loc2 = GetFoldLocator(options, false); 02172 FoldRepository().Add(loc2, tab); 02173 delete tab; 02174 }
Here is the call graph for this function: ![]()
|