diff options
Diffstat (limited to 'Swiften/EventLoop/EventOwner.cpp')
-rw-r--r-- | Swiften/EventLoop/EventOwner.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Swiften/EventLoop/EventOwner.cpp b/Swiften/EventLoop/EventOwner.cpp new file mode 100644 index 0000000..4818b3c --- /dev/null +++ b/Swiften/EventLoop/EventOwner.cpp @@ -0,0 +1,8 @@ +#include "Swiften/EventLoop/EventOwner.h" + +namespace Swift { + +EventOwner::~EventOwner() { +} + +} |