Definition at line 247 of file mainRepository.cpp. References Impala::CmdOptions::GetArg(), Impala::CmdOptions::GetInstance(), GetVideoSet(), and ILOG_VAR. Referenced by mainRepository(). 00248 { 00249 ILOG_VAR(Impala.Application.Repository.DoCopyVideoSet); 00250 CmdOptions& options = CmdOptions::GetInstance(); 00251 00252 String locString1 = options.GetArg(1); 00253 String setName = options.GetArg(2); 00254 String locString2 = options.GetArg(3); 00255 VideoSet* vidSet = GetVideoSet(options, true); 00256 Locator setLoc2(locString2, setName); 00257 VideoSetRepository().Add(setLoc2, vidSet); 00258 delete vidSet; 00259 }
Here is the call graph for this function:
|