diff options
Diffstat (limited to 'Swiften/Serializer/PayloadSerializers/JingleIBBTransportPayloadSerializer.h')
| -rw-r--r-- | Swiften/Serializer/PayloadSerializers/JingleIBBTransportPayloadSerializer.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Swiften/Serializer/PayloadSerializers/JingleIBBTransportPayloadSerializer.h b/Swiften/Serializer/PayloadSerializers/JingleIBBTransportPayloadSerializer.h index ac9cba9..42765ab 100644 --- a/Swiften/Serializer/PayloadSerializers/JingleIBBTransportPayloadSerializer.h +++ b/Swiften/Serializer/PayloadSerializers/JingleIBBTransportPayloadSerializer.h | |||
| @@ -4,19 +4,24 @@ | |||
| 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 | 13 | ||
| 8 | #pragma once | 14 | #pragma once |
| 9 | 15 | ||
| 16 | #include <Swiften/Base/API.h> | ||
| 10 | #include <Swiften/Serializer/GenericPayloadSerializer.h> | 17 | #include <Swiften/Serializer/GenericPayloadSerializer.h> |
| 11 | #include <Swiften/Elements/JingleIBBTransportPayload.h> | 18 | #include <Swiften/Elements/JingleIBBTransportPayload.h> |
| 12 | 19 | ||
| 13 | |||
| 14 | |||
| 15 | namespace Swift { | 20 | namespace Swift { |
| 16 | class PayloadSerializerCollection; | 21 | class PayloadSerializerCollection; |
| 17 | class XMLElement; | 22 | class XMLElement; |
| 18 | 23 | ||
| 19 | class JingleIBBTransportPayloadSerializer : public GenericPayloadSerializer<JingleIBBTransportPayload> { | 24 | class SWIFTEN_API JingleIBBTransportPayloadSerializer : public GenericPayloadSerializer<JingleIBBTransportPayload> { |
| 20 | public: | 25 | public: |
| 21 | JingleIBBTransportPayloadSerializer(); | 26 | JingleIBBTransportPayloadSerializer(); |
| 22 | 27 | ||
Swift