CMS 3D CMS Logo

/data/git/CMSSW_5_3_11_patch5/src/CondCore/DBCommon/src/LogDBNames.cc

Go to the documentation of this file.
00001 #include "LogDBNames.h"
00002 std::string 
00003 cond::LogDBNames::SequenceTableName(){
00004   return std::string("COND_SEQUENCE_TABLE");
00005 }
00006 std::string 
00007 cond::LogDBNames::LogTableName(){
00008   return std::string("COND_LOG_TABLE");
00009 }