summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/PayloadParsers/PrivateStorageParser.h')
-rw-r--r--Swiften/Parser/PayloadParsers/PrivateStorageParser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Parser/PayloadParsers/PrivateStorageParser.h b/Swiften/Parser/PayloadParsers/PrivateStorageParser.h
index eb10594..57e4136 100644
--- a/Swiften/Parser/PayloadParsers/PrivateStorageParser.h
+++ b/Swiften/Parser/PayloadParsers/PrivateStorageParser.h
@@ -1,5 +1,5 @@
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 */
@@ -8,13 +8,14 @@
8 8
9#include <boost/optional.hpp> 9#include <boost/optional.hpp>
10 10
11#include <Swiften/Base/API.h>
11#include <Swiften/Elements/PrivateStorage.h> 12#include <Swiften/Elements/PrivateStorage.h>
12#include <Swiften/Parser/GenericPayloadParser.h> 13#include <Swiften/Parser/GenericPayloadParser.h>
13 14
14namespace Swift { 15namespace Swift {
15 class PayloadParserFactoryCollection; 16 class PayloadParserFactoryCollection;
16 17
17 class PrivateStorageParser : public GenericPayloadParser<PrivateStorage> { 18 class SWIFTEN_API PrivateStorageParser : public GenericPayloadParser<PrivateStorage> {
18 public: 19 public:
19 PrivateStorageParser(PayloadParserFactoryCollection* factories); 20 PrivateStorageParser(PayloadParserFactoryCollection* factories);
20 21