summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Client/ClientBlockListManager.h')
-rw-r--r--Swiften/Client/ClientBlockListManager.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Client/ClientBlockListManager.h b/Swiften/Client/ClientBlockListManager.h
index d3498a7..fb30eee 100644
--- a/Swiften/Client/ClientBlockListManager.h
+++ b/Swiften/Client/ClientBlockListManager.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2011 Isode Limited. 2 * Copyright (c) 2011-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,6 +8,7 @@
8 8
9#include <boost/shared_ptr.hpp> 9#include <boost/shared_ptr.hpp>
10 10
11#include <Swiften/Base/API.h>
11#include <Swiften/Base/boost_bsignals.h> 12#include <Swiften/Base/boost_bsignals.h>
12#include <Swiften/Elements/BlockPayload.h> 13#include <Swiften/Elements/BlockPayload.h>
13#include <Swiften/Elements/BlockListPayload.h> 14#include <Swiften/Elements/BlockListPayload.h>
@@ -21,7 +22,7 @@
21namespace Swift { 22namespace Swift {
22 class IQRouter; 23 class IQRouter;
23 24
24 class ClientBlockListManager { 25 class SWIFTEN_API ClientBlockListManager {
25 public: 26 public:
26 ClientBlockListManager(IQRouter *iqRouter); 27 ClientBlockListManager(IQRouter *iqRouter);
27 ~ClientBlockListManager(); 28 ~ClientBlockListManager();