00001 #ifndef COND_METADATANAMES_H 00002 #define COND_METADATANAMES_H 00003 #include <string> 00004 namespace cond{ 00005 class MetaDataNames { 00006 public: 00007 MetaDataNames(){} 00008 static const std::string& metadataTable(); 00009 static const std::string& tagColumn(); 00010 static const std::string& tokenColumn(); 00011 static const std::string& timetypeColumn(); 00012 }; 00013 } 00014 #endif