CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CondCore/DBCommon/interface/UserLogInfo.h

Go to the documentation of this file.
00001 #ifndef CondCore_DBOutputService_USERLOGINFO_H
00002 #define CondCore_DBOutputService_USERLOGINFO_H
00003 #include <string>
00004 namespace cond{
00005     class UserLogInfo{
00006     public:
00007       std::string provenance;
00008       std::string usertext;
00009     };
00010     class NullUserLogInfo : public UserLogInfo{
00011     };
00012 }
00013 #endif