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

template<class LocatorType, class DataType, class RepositoryInFileType, class RepositoryInMonetType>
void Impala::Persistency::RepositoryDispatcher< LocatorType, DataType, RepositoryInFileType, RepositoryInMonetType >::Delete ( const LocatorType &  loc  )  [inline]

Definition at line 78 of file RepositoryDispatcher.h.

Referenced by Impala::Persistency::RepositoryDispatcher< Impala::Persistency::SegmentationLocator, Impala::Core::VideoSet::Segmentation, Impala::Persistency::SegmentationRepositoryInFile, Impala::Persistency::SegmentationRepositoryInMonet >::Replace().

00079     {
00080         String protocol = loc.GetProtocol();
00081         if ((protocol == "file") || (protocol == "dataServer"))
00082         {
00083             return mRepFile.Delete(loc);
00084         }
00085         /*
00086         if (protocol == "mapi")
00087         {
00088             return mRepMonet.Delete(loc);
00089         }
00090         */
00091         ILOG_ERROR("Delete: unknown protocol: [" << loc.GetProtocol() << "] in "
00092                    << loc);
00093     }


Generated on Thu Jan 13 09:23:25 2011 for ImpalaSrc by  doxygen 1.5.1