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

Mpeg7DocRepository.h

Go to the documentation of this file.
00001 #ifndef Impala_Persistency_Mpeg7DocRepository_h
00002 #define Impala_Persistency_Mpeg7DocRepository_h
00003 
00004 #include "Persistency/RepositoryDispatcher.h"
00005 #include "Persistency/Mpeg7DocRepositoryInFile.h"
00006 #include "Persistency/RepositoryNotImplemented.h"
00007 
00008 namespace Impala
00009 {
00010 namespace Persistency
00011 {
00012 
00013 
00014 class Mpeg7DocRepository
00015     : public RepositoryDispatcher<Mpeg7DocLocator,
00016                                   Core::VideoSet::Mpeg7Doc,
00017                                   Mpeg7DocRepositoryInFile,
00018                                   RepositoryNotImplemented<Core::VideoSet::Mpeg7Doc> >
00019 {
00020 public:
00021 
00022 private:
00023 
00024     ILOG_VAR_DEC;
00025 
00026 };
00027 
00028 ILOG_VAR_INIT(Mpeg7DocRepository, Impala.Persistency);
00029 
00030 } // namespace Persistency
00031 } // namespace Impala
00032 
00033 #endif

Generated on Thu Jan 13 09:05:08 2011 for ImpalaSrc by  doxygen 1.5.1