summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/PayloadParsers/DeliveryReceiptParserFactory.h')
-rw-r--r--Swiften/Parser/PayloadParsers/DeliveryReceiptParserFactory.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/Swiften/Parser/PayloadParsers/DeliveryReceiptParserFactory.h b/Swiften/Parser/PayloadParsers/DeliveryReceiptParserFactory.h
index 259e04a..aa5d856 100644
--- a/Swiften/Parser/PayloadParsers/DeliveryReceiptParserFactory.h
+++ b/Swiften/Parser/PayloadParsers/DeliveryReceiptParserFactory.h
@@ -4,15 +4,22 @@
4 * See http://www.opensource.org/licenses/bsd-license.php for more information. 4 * See http://www.opensource.org/licenses/bsd-license.php for more information.
5 */ 5 */
6 6
7/*
8 * Copyright (c) 2015 Isode Limited.
9 * All rights reserved.
10 * See the COPYING file for more information.
11 */
12
7#pragma once 13#pragma once
8 14
15#include <Swiften/Base/API.h>
9#include <Swiften/Parser/PayloadParserFactory.h> 16#include <Swiften/Parser/PayloadParserFactory.h>
10#include <Swiften/Parser/PayloadParsers/DeliveryReceiptParser.h> 17#include <Swiften/Parser/PayloadParsers/DeliveryReceiptParser.h>
11 18
12namespace Swift { 19namespace Swift {
13 class PayloadParserFactoryCollection; 20 class PayloadParserFactoryCollection;
14 21
15 class DeliveryReceiptParserFactory : public PayloadParserFactory { 22 class SWIFTEN_API DeliveryReceiptParserFactory : public PayloadParserFactory {
16 public: 23 public:
17 DeliveryReceiptParserFactory() { 24 DeliveryReceiptParserFactory() {
18 } 25 }