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