Definition at line 1105 of file mainRepository.cpp. References Impala::Persistency::Mpeg7DocLocator::GetContainer(), Impala::CmdOptions::GetInstance(), GetMpeg7ShotLocator(), ILOG_ERROR, ILOG_VAR, Impala::Persistency::Mpeg7DocLocator::MPEG7_ANNOTATION, and Impala::Persistency::Mpeg7DocLocator::SetDocType(). Referenced by mainRepository(). 01106 { 01107 ILOG_VAR(Impala.Application.Repository.DoDeleteMpeg7Annotation); 01108 CmdOptions& options = CmdOptions::GetInstance(); 01109 01110 Mpeg7DocLocator loc = GetMpeg7ShotLocator(options, true); 01111 loc.SetDocType(Mpeg7DocLocator::MPEG7_ANNOTATION); 01112 if (loc.GetContainer() == "ALL") // This is a bit rude, use with care 01113 return Mpeg7DocRepository().Delete(loc); 01114 01115 ILOG_ERROR("Not fully implemented yet"); 01116 }
Here is the call graph for this function: ![]()
|