summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Elements/PubSubOwnerPurge.h')
-rw-r--r--Swiften/Elements/PubSubOwnerPurge.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/Swiften/Elements/PubSubOwnerPurge.h b/Swiften/Elements/PubSubOwnerPurge.h
index 2b1b64f..aca48e1 100644
--- a/Swiften/Elements/PubSubOwnerPurge.h
+++ b/Swiften/Elements/PubSubOwnerPurge.h
@@ -14,23 +14,23 @@
#include <Swiften/Elements/PubSubOwnerPayload.h>
namespace Swift {
- class SWIFTEN_API PubSubOwnerPurge : public PubSubOwnerPayload {
- public:
-
- PubSubOwnerPurge();
-
- virtual ~PubSubOwnerPurge();
+ class SWIFTEN_API PubSubOwnerPurge : public PubSubOwnerPayload {
+ public:
- const std::string& getNode() const {
- return node;
- }
+ PubSubOwnerPurge();
- void setNode(const std::string& value) {
- this->node = value ;
- }
+ virtual ~PubSubOwnerPurge();
+ const std::string& getNode() const {
+ return node;
+ }
- private:
- std::string node;
- };
+ void setNode(const std::string& value) {
+ this->node = value ;
+ }
+
+
+ private:
+ std::string node;
+ };
}