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

void Impala::Application::Repository::DoDeleteFold (  ) 

Definition at line 2177 of file mainRepository.cpp.

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

Referenced by mainRepository().

02178 {
02179     ILOG_VAR(Impala.Application.Repository.DoDeleteFold);
02180     CmdOptions& options = CmdOptions::GetInstance();
02181 
02182     FoldLocator loc = GetFoldLocator(options, true);
02183     FoldRepository().Delete(loc);
02184 }

Here is the call graph for this function:


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