diff options
Diffstat (limited to 'Swiften/VCards/GetVCardRequest.h')
| -rw-r--r-- | Swiften/VCards/GetVCardRequest.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Swiften/VCards/GetVCardRequest.h b/Swiften/VCards/GetVCardRequest.h index e9a28e8..47c302d 100644 --- a/Swiften/VCards/GetVCardRequest.h +++ b/Swiften/VCards/GetVCardRequest.h | |||
| @@ -1,17 +1,17 @@ | |||
| 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/VCard.h> | 11 | #include <Swiften/Elements/VCard.h> |
| 11 | 12 | ||
| 12 | |||
| 13 | namespace Swift { | 13 | namespace Swift { |
| 14 | class GetVCardRequest : public GenericRequest<VCard> { | 14 | class SWIFTEN_API GetVCardRequest : public GenericRequest<VCard> { |
| 15 | public: | 15 | public: |
| 16 | typedef boost::shared_ptr<GetVCardRequest> ref; | 16 | typedef boost::shared_ptr<GetVCardRequest> ref; |
| 17 | 17 | ||
Swift