CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/CondCore/DBCommon/src/LogDBNames.h

Go to the documentation of this file.
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