CMS 3D CMS Logo

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

Generated on Tue Jun 9 17:26:05 2009 for CMSSW by  doxygen 1.5.4