Definition at line 234 of file mainRepository.cpp. References Impala::CmdOptions::GetInstance(), GetVideoSet(), and ILOG_VAR. Referenced by mainRepository(). 00235 { 00236 ILOG_VAR(Impala.Application.Repository.DoDiffVideoSet); 00237 CmdOptions& options = CmdOptions::GetInstance(); 00238 00239 VideoSet* vidSet1 = GetVideoSet(options, true); 00240 VideoSet* vidSet2 = GetVideoSet(options, true, false); 00241 vidSet1->Diff(vidSet2); 00242 delete vidSet2; 00243 delete vidSet1; 00244 }
Here is the call graph for this function:
|