• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • File List
  • Globals

newmonitor/go4/TCBMEvent.cxx (r3879/r3815)

Go to the documentation of this file.
00001 #include "TCBMEvent.h"
00002 
00003 TCBMEvent::TCBMEvent() :
00004    TGo4EventElement(),
00005    base::Event()
00006 {
00007 }
00008 
00009 TCBMEvent::TCBMEvent(const char* name):
00010    TGo4EventElement(name),
00011    base::Event()
00012 {
00013 }
00014 
00015 TCBMEvent::~TCBMEvent()
00016 {
00017 }
00018 

Generated on Thu Dec 13 2012 04:52:22 for ROCsoft by  doxygen 1.7.1