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

AnnotationTableRepository.h

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

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