summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Queries/Requests/GetSecurityLabelsCatalogRequest.h')
-rw-r--r--Swiften/Queries/Requests/GetSecurityLabelsCatalogRequest.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Queries/Requests/GetSecurityLabelsCatalogRequest.h b/Swiften/Queries/Requests/GetSecurityLabelsCatalogRequest.h
index ae534b4..7a76fcc 100644
--- a/Swiften/Queries/Requests/GetSecurityLabelsCatalogRequest.h
+++ b/Swiften/Queries/Requests/GetSecurityLabelsCatalogRequest.h
@@ -1,5 +1,5 @@
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 */
@@ -8,12 +8,13 @@
8 8
9#include <boost/smart_ptr/make_shared.hpp> 9#include <boost/smart_ptr/make_shared.hpp>
10 10
11#include <Swiften/Base/API.h>
11#include <Swiften/Queries/GenericRequest.h> 12#include <Swiften/Queries/GenericRequest.h>
12#include <Swiften/Elements/SecurityLabelsCatalog.h> 13#include <Swiften/Elements/SecurityLabelsCatalog.h>
13 14
14 15
15namespace Swift { 16namespace Swift {
16 class GetSecurityLabelsCatalogRequest : public GenericRequest<SecurityLabelsCatalog> { 17 class SWIFTEN_API GetSecurityLabelsCatalogRequest : public GenericRequest<SecurityLabelsCatalog> {
17 public: 18 public:
18 typedef boost::shared_ptr<GetSecurityLabelsCatalogRequest> ref; 19 typedef boost::shared_ptr<GetSecurityLabelsCatalogRequest> ref;
19 20