00001 #ifndef HWEVENT_H_ 00002 #define HWEVENT_H_ 00003 00004 class hwEvent 00005 { 00006 public: 00007 hwEvent(); 00008 virtual ~hwEvent(); 00009 }; 00010 00011 #endif 00012