diff options
Diffstat (limited to 'Swiften/FileTransfer/StreamInitiationRequest.h')
| -rw-r--r-- | Swiften/FileTransfer/StreamInitiationRequest.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/FileTransfer/StreamInitiationRequest.h b/Swiften/FileTransfer/StreamInitiationRequest.h index b846b90..7046eda 100644 --- a/Swiften/FileTransfer/StreamInitiationRequest.h +++ b/Swiften/FileTransfer/StreamInitiationRequest.h | |||
| @@ -1,17 +1,18 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2010 Isode Limited. | 2 | * Copyright (c) 2010-2015 Isode Limited. |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * See the COPYING file for more information. | 4 | * See the COPYING file for more information. |
| 5 | */ | 5 | */ |
| 6 | 6 | ||
| 7 | #pragma once | 7 | #pragma once |
| 8 | 8 | ||
| 9 | #include <Swiften/Base/API.h> | ||
| 9 | #include <Swiften/Queries/GenericRequest.h> | 10 | #include <Swiften/Queries/GenericRequest.h> |
| 10 | #include <Swiften/Elements/StreamInitiation.h> | 11 | #include <Swiften/Elements/StreamInitiation.h> |
| 11 | 12 | ||
| 12 | 13 | ||
| 13 | namespace Swift { | 14 | namespace Swift { |
| 14 | class StreamInitiationRequest : public GenericRequest<StreamInitiation> { | 15 | class SWIFTEN_API StreamInitiationRequest : public GenericRequest<StreamInitiation> { |
| 15 | public: | 16 | public: |
| 16 | typedef boost::shared_ptr<StreamInitiationRequest> ref; | 17 | typedef boost::shared_ptr<StreamInitiationRequest> ref; |
| 17 | 18 | ||
Swift