00001 #ifndef CondCore_DBCommon_LogDBNames_h 00002 #define CondCore_DBCommon_LogDBNames_h 00003 #include <string> 00004 namespace cond{ 00005 class LogDBNames{ 00006 public: 00007 static std::string SequenceTableName(); 00008 static std::string LogTableName(); 00009 }; 00010 }//ns cond 00011 #endif