00001 #ifndef STUCMEVENTS_H 00002 #define STUCMEVENTS_H 00003 00004 #include "StUcmEvent.h" 00005 namespace TxLogging { 00006 class Iterator; 00007 class StUcmEvents : public StUcmEvent { 00008 public: 00009 StUcmEvents(); 00010 virtual ~StUcmEvents(); 00011 RecordList &getEvents(); 00012 const RecordList &getEvents() const; 00013 Iterator eventIterator(); 00014 }; 00015 } 00016 #endif
1.5.9