diff options
Diffstat (limited to 'Swiften/Elements/PubSubRetract.cpp')
-rw-r--r-- | Swiften/Elements/PubSubRetract.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Swiften/Elements/PubSubRetract.cpp b/Swiften/Elements/PubSubRetract.cpp new file mode 100644 index 0000000..41b9346 --- /dev/null +++ b/Swiften/Elements/PubSubRetract.cpp @@ -0,0 +1,15 @@ +/* + * Copyright (c) 2013 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + +#include <Swiften/Elements/PubSubRetract.h> + +using namespace Swift; + +PubSubRetract::PubSubRetract() : notify(false) { +} + +PubSubRetract::~PubSubRetract() { +} |