Definition at line 1119 of file mainRepository.cpp. References Impala::Persistency::Mpeg7DocLocator::GetContainer(), Impala::CmdOptions::GetInstance(), GetMpeg7ShotLocator(), ILOG_ERROR, ILOG_VAR, Impala::Persistency::Mpeg7DocLocator::MPEG7_CONCEPT, and Impala::Persistency::Mpeg7DocLocator::SetDocType(). Referenced by mainRepository(). 01120 { 01121 ILOG_VAR(Impala.Application.Repository.DoDeleteMpeg7Concept); 01122 CmdOptions& options = CmdOptions::GetInstance(); 01123 01124 Mpeg7DocLocator loc = GetMpeg7ShotLocator(options, true); 01125 loc.SetDocType(Mpeg7DocLocator::MPEG7_CONCEPT); 01126 if (loc.GetContainer() == "ALL") // This is a bit rude, use with care 01127 return Mpeg7DocRepository().Delete(loc); 01128 01129 ILOG_ERROR("Not fully implemented yet"); 01130 }
Here is the call graph for this function: ![]()
|