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