diff options
Diffstat (limited to 'Swiften/FileTransfer/IBBRequest.h')
| -rw-r--r-- | Swiften/FileTransfer/IBBRequest.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/FileTransfer/IBBRequest.h b/Swiften/FileTransfer/IBBRequest.h index 277ca09..1eef64b 100644 --- a/Swiften/FileTransfer/IBBRequest.h +++ b/Swiften/FileTransfer/IBBRequest.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/IBB.h> | 11 | #include <Swiften/Elements/IBB.h> |
| 11 | 12 | ||
| 12 | 13 | ||
| 13 | namespace Swift { | 14 | namespace Swift { |
| 14 | class IBBRequest : public GenericRequest<IBB> { | 15 | class SWIFTEN_API IBBRequest : public GenericRequest<IBB> { |
| 15 | public: | 16 | public: |
| 16 | typedef boost::shared_ptr<IBBRequest> ref; | 17 | typedef boost::shared_ptr<IBBRequest> ref; |
| 17 | 18 | ||
Swift