Definition at line 193 of file mainRepository.cpp. References GetImageSet(), Impala::CmdOptions::GetInstance(), and ILOG_VAR. Referenced by mainRepository(). 00194 { 00195 ILOG_VAR(Impala.Application.Repository.DoDiffImageSet); 00196 CmdOptions& options = CmdOptions::GetInstance(); 00197 00198 ImageSet* imSet1 = GetImageSet(options, true); 00199 ImageSet* imSet2 = GetImageSet(options, true, false); 00200 imSet1->Diff(imSet2); 00201 delete imSet2; 00202 delete imSet1; 00203 }
Here is the call graph for this function:
|