diff options
Diffstat (limited to 'Swiften/LinkLocal/BonjourQuery.h')
-rw-r--r-- | Swiften/LinkLocal/BonjourQuery.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Swiften/LinkLocal/BonjourQuery.h b/Swiften/LinkLocal/BonjourQuery.h index 2a47f73..bdb91a4 100644 --- a/Swiften/LinkLocal/BonjourQuery.h +++ b/Swiften/LinkLocal/BonjourQuery.h @@ -5,10 +5,14 @@ #include <boost/enable_shared_from_this.hpp> #include <boost/thread/mutex.hpp> +#include "Swiften/EventLoop/EventOwner.h" + namespace Swift { class BonjourQuerier; - class BonjourQuery : public boost::enable_shared_from_this<BonjourQuery> { + class BonjourQuery : + public EventOwner, + public boost::enable_shared_from_this<BonjourQuery> { public: BonjourQuery(boost::shared_ptr<BonjourQuerier>); virtual ~BonjourQuery(); |