// event.cpp: implementation of the event class. // ////////////////////////////////////////////////////////////////////// #include "event.h" ////////////////////////////////////////////////////////////////////// // Construction/Destruction ////////////////////////////////////////////////////////////////////// event::~event() { }