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 }