Definition at line 415 of file mainRepository.cpp. References Impala::CmdOptions::GetInstance(), GetVideoSet(), and ILOG_VAR. Referenced by mainRepository(). 00416 { 00417 ILOG_VAR(Impala.Application.Repository.DoDiffVideoSet); 00418 CmdOptions& options = CmdOptions::GetInstance(); 00419 00420 VideoSet* vidSet1 = GetVideoSet(options, true); 00421 VideoSet* vidSet2 = GetVideoSet(options, true, false); 00422 vidSet1->Diff(vidSet2); 00423 delete vidSet2; 00424 delete vidSet1; 00425 }
Here is the call graph for this function: ![]()
|