X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Feventdispatcher.h;h=25455ab842f510f10e5c18f14e28779de8467b5f;hb=8a3d4f05f46bcd6dda9fc28794d4ac84d0d96f08;hp=fec8ded63049ba28911b2e92ef6257accec162e0;hpb=d16185720fa344263367dbd50c61bfc8183d99a4;p=libs%2Fcore.git diff --git a/source/io/eventdispatcher.h b/source/io/eventdispatcher.h index fec8ded..25455ab 100644 --- a/source/io/eventdispatcher.h +++ b/source/io/eventdispatcher.h @@ -1,8 +1,9 @@ -#ifndef EVENTDISPATCHER_H_ -#define EVENTDISPATCHER_H_ +#ifndef MSP_IO_EVENTDISPATCHER_H_ +#define MSP_IO_EVENTDISPATCHER_H_ #include #include +#include #include "poll.h" namespace Msp { @@ -31,6 +32,7 @@ private: public: EventDispatcher(); + ~EventDispatcher(); void add(EventObject &); void remove(EventObject &);