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