summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/StreamResumedParser.h')
-rw-r--r--Swiften/Parser/StreamResumedParser.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/Swiften/Parser/StreamResumedParser.h b/Swiften/Parser/StreamResumedParser.h
index da67d50..ca89597 100644
--- a/Swiften/Parser/StreamResumedParser.h
+++ b/Swiften/Parser/StreamResumedParser.h
@@ -11,18 +11,18 @@
#include <Swiften/Parser/GenericElementParser.h>
namespace Swift {
- class SWIFTEN_API StreamResumedParser : public GenericElementParser<StreamResumed> {
- public:
- StreamResumedParser();
- ~StreamResumedParser();
+ class SWIFTEN_API StreamResumedParser : public GenericElementParser<StreamResumed> {
+ public:
+ StreamResumedParser();
+ ~StreamResumedParser();
- virtual void handleStartElement(const std::string&, const std::string&, const AttributeMap&);
- virtual void handleEndElement(const std::string&, const std::string&);
+ virtual void handleStartElement(const std::string&, const std::string&, const AttributeMap&);
+ virtual void handleEndElement(const std::string&, const std::string&);
- private:
- enum Level {
- TopLevel = 0
- };
- int level;
- };
+ private:
+ enum Level {
+ TopLevel = 0
+ };
+ int level;
+ };
}