Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::Application::Repository::DoDeleteImageSetSpecial (  ) 

Definition at line 392 of file mainRepository.cpp.

References GetImageSetLocator(), Impala::CmdOptions::GetInstance(), and ILOG_VAR.

Referenced by mainRepository().

00393 {
00394     ILOG_VAR(Impala.Application.Repository.DoDeleteImageSetSpecial);
00395     CmdOptions& options = CmdOptions::GetInstance();
00396 
00397     ImageSetLocator loc = GetImageSetLocator(options, true);
00398     ImageSetRepository().Delete(loc);
00399 }

Here is the call graph for this function:


Generated on Thu Jan 13 09:15:45 2011 for ImpalaSrc by  doxygen 1.5.1