summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/PayloadParsers/ReplaceParser.h')
-rw-r--r--Swiften/Parser/PayloadParsers/ReplaceParser.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/Swiften/Parser/PayloadParsers/ReplaceParser.h b/Swiften/Parser/PayloadParsers/ReplaceParser.h
index 4d73459..3c1fbbc 100644
--- a/Swiften/Parser/PayloadParsers/ReplaceParser.h
+++ b/Swiften/Parser/PayloadParsers/ReplaceParser.h
@@ -4,13 +4,20 @@
* See Documentation/Licenses/BSD-simplified.txt for more information.
*/
+/*
+ * Copyright (c) 2015 Isode Limited.
+ * All rights reserved.
+ * See the COPYING file for more information.
+ */
+
#pragma once
+#include <Swiften/Base/API.h>
#include <Swiften/Elements/Replace.h>
#include <Swiften/Parser/GenericPayloadParser.h>
namespace Swift {
- class ReplaceParser : public GenericPayloadParser<Replace> {
+ class SWIFTEN_API ReplaceParser : public GenericPayloadParser<Replace> {
public:
ReplaceParser();
virtual void handleStartElement(const std::string& element, const std::string&, const AttributeMap& attributes);