Definition at line 261 of file mainRepository.cpp. References GetImageSet(), Impala::CmdOptions::GetInstance(), and ILOG_VAR. Referenced by mainRepository(). 00262 { 00263 ILOG_VAR(Impala.Application.Repository.DoDiffImageSet); 00264 CmdOptions& options = CmdOptions::GetInstance(); 00265 00266 ImageSet* imSet1 = GetImageSet(options, true); 00267 ImageSet* imSet2 = GetImageSet(options, true, false); 00268 imSet1->Diff(imSet2); 00269 delete imSet2; 00270 delete imSet1; 00271 }
Here is the call graph for this function: ![]()
|