Definition at line 684 of file mainRepository.cpp. References Impala::CmdOptions::GetInstance(), GetSegmentationLocator(), and ILOG_VAR. Referenced by mainRepository(). 00685 { 00686 ILOG_VAR(Impala.Application.Repository.DoDeleteSegmentation); 00687 CmdOptions& options = CmdOptions::GetInstance(); 00688 00689 SegmentationLocator loc = GetSegmentationLocator(options, true); 00690 SegmentationRepository().Delete(loc); 00691 }
Here is the call graph for this function: ![]()
|