diff options
Diffstat (limited to 'Swiften/Parser/PayloadParsers/BytestreamsParser.h')
| -rw-r--r-- | Swiften/Parser/PayloadParsers/BytestreamsParser.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Parser/PayloadParsers/BytestreamsParser.h b/Swiften/Parser/PayloadParsers/BytestreamsParser.h index 3e44d15..4180ff9 100644 --- a/Swiften/Parser/PayloadParsers/BytestreamsParser.h +++ b/Swiften/Parser/PayloadParsers/BytestreamsParser.h @@ -1,21 +1,22 @@ /* - * Copyright (c) 2010 Isode Limited. + * Copyright (c) 2010-2015 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ #pragma once #include <boost/optional.hpp> +#include <Swiften/Base/API.h> #include <Swiften/Elements/Bytestreams.h> #include <Swiften/Parser/GenericPayloadParser.h> namespace Swift { - class BytestreamsParser : public GenericPayloadParser<Bytestreams> { + class SWIFTEN_API BytestreamsParser : public GenericPayloadParser<Bytestreams> { public: BytestreamsParser(); ~BytestreamsParser(); virtual void handleStartElement(const std::string& element, const std::string&, const AttributeMap& attributes); virtual void handleEndElement(const std::string& element, const std::string&); |
Swift