diff options
Diffstat (limited to 'Swiften/Parser/PayloadParsers/JingleContentPayloadParserFactory.h')
| -rw-r--r-- | Swiften/Parser/PayloadParsers/JingleContentPayloadParserFactory.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Swiften/Parser/PayloadParsers/JingleContentPayloadParserFactory.h b/Swiften/Parser/PayloadParsers/JingleContentPayloadParserFactory.h index 6d66e74..b343c24 100644 --- a/Swiften/Parser/PayloadParsers/JingleContentPayloadParserFactory.h +++ b/Swiften/Parser/PayloadParsers/JingleContentPayloadParserFactory.h | |||
| @@ -4,8 +4,15 @@ | |||
| 4 | * See Documentation/Licenses/BSD-simplified.txt for more information. | 4 | * See Documentation/Licenses/BSD-simplified.txt 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/GenericPayloadParserFactory.h> | 16 | #include <Swiften/Parser/GenericPayloadParserFactory.h> |
| 10 | #include <Swiften/Parser/PayloadParsers/JingleContentPayloadParser.h> | 17 | #include <Swiften/Parser/PayloadParsers/JingleContentPayloadParser.h> |
| 11 | 18 | ||
| @@ -13,7 +20,7 @@ namespace Swift { | |||
| 13 | 20 | ||
| 14 | class PayloadParserFactoryCollection; | 21 | class PayloadParserFactoryCollection; |
| 15 | 22 | ||
| 16 | class JingleContentPayloadParserFactory : public PayloadParserFactory { | 23 | class SWIFTEN_API JingleContentPayloadParserFactory : public PayloadParserFactory { |
| 17 | public: | 24 | public: |
| 18 | JingleContentPayloadParserFactory(PayloadParserFactoryCollection* factories) : factories(factories) { | 25 | JingleContentPayloadParserFactory(PayloadParserFactoryCollection* factories) : factories(factories) { |
| 19 | } | 26 | } |
Swift