diff options
Diffstat (limited to 'Swiften/EventLoop/EventOwner.h')
-rw-r--r-- | Swiften/EventLoop/EventOwner.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Swiften/EventLoop/EventOwner.h b/Swiften/EventLoop/EventOwner.h new file mode 100644 index 0000000..8da95e0 --- /dev/null +++ b/Swiften/EventLoop/EventOwner.h @@ -0,0 +1,8 @@ +#pragma once + +namespace Swift { + class EventOwner { + public: + virtual ~EventOwner(); + }; +} |