summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/PayloadParsers/StartSessionParser.h')
-rw-r--r--Swiften/Parser/PayloadParsers/StartSessionParser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Parser/PayloadParsers/StartSessionParser.h b/Swiften/Parser/PayloadParsers/StartSessionParser.h
index ae8a4fa..d5a9c2e 100644
--- a/Swiften/Parser/PayloadParsers/StartSessionParser.h
+++ b/Swiften/Parser/PayloadParsers/StartSessionParser.h
@@ -1,16 +1,17 @@
1/* 1/*
2 * Copyright (c) 2010 Isode Limited. 2 * Copyright (c) 2010-2015 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
6 6
7#pragma once 7#pragma once
8 8
9#include <Swiften/Base/API.h>
9#include <Swiften/Elements/StartSession.h> 10#include <Swiften/Elements/StartSession.h>
10#include <Swiften/Parser/GenericPayloadParser.h> 11#include <Swiften/Parser/GenericPayloadParser.h>
11 12
12namespace Swift { 13namespace Swift {
13 class StartSessionParser : public GenericPayloadParser<StartSession> { 14 class SWIFTEN_API StartSessionParser : public GenericPayloadParser<StartSession> {
14 public: 15 public:
15 StartSessionParser() {} 16 StartSessionParser() {}
16 17