00001 #ifndef STUCMTASK_H
00002 #define STUCMTASK_H
00003
00004 #include "StUcmJobs.h"
00005 namespace TxLogging {
00006 class StUcmTask : public StUcmJobs {
00007 public:
00008 StUcmTask();
00009 virtual ~StUcmTask();
00010 const RecordList &getJobs() const;
00011 };
00012 }
00013 #endif