00001 #ifndef CondCore_MetaDataService_MetaDataEntry_H 00002 #define CondCore_MetaDataService_MetaDataEntry_H 00003 #include <string> 00004 #include "CondCore/DBCommon/interface/Time.h" 00005 namespace cond{ 00006 class MetaDataEntry{ 00007 public: 00008 std::string tagname; 00009 std::string iovtoken; 00010 cond::TimeType timetype; 00011 }; 00012 } 00013 #endif