00001 #ifndef TGet4TestProc_H 00002 #define TGet4TestProc_H 00003 00004 #include "TCBMProc.h" 00005 00006 class TGet4TestProc : public TCBMProc { 00007 public: 00008 00009 TGet4TestProc(); 00010 00011 TGet4TestProc(const char* name); 00012 00013 virtual void Process(TCBMEvent*); 00014 00015 ClassDef(TGet4TestProc, 1) 00016 }; 00017 00018 00019 #endif