00001 #ifndef STUCMEVENT_H 00002 #define STUCMEVENT_H 00003 00004 #include "StRecord.h" 00005 00006 namespace TxLogging { 00007 class StUcmEvent : public StRecord { 00008 public: 00009 StUcmEvent(); 00010 virtual ~StUcmEvent(); 00011 const FieldList &getFields() const; 00012 FieldList &getFields(); 00013 }; 00014 } 00015 #endif
1.5.9