summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Network/BoostTimerFactory.h')
-rw-r--r--Swiften/Network/BoostTimerFactory.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Network/BoostTimerFactory.h b/Swiften/Network/BoostTimerFactory.h
index d7be77f..9b97467 100644
--- a/Swiften/Network/BoostTimerFactory.h
+++ b/Swiften/Network/BoostTimerFactory.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,6 +8,7 @@
8 8
9#include <boost/asio/io_service.hpp> 9#include <boost/asio/io_service.hpp>
10 10
11#include <Swiften/Base/API.h>
11#include <Swiften/Network/TimerFactory.h> 12#include <Swiften/Network/TimerFactory.h>
12#include <Swiften/Network/BoostTimer.h> 13#include <Swiften/Network/BoostTimer.h>
13 14
@@ -15,7 +16,7 @@ namespace Swift {
15 class BoostTimer; 16 class BoostTimer;
16 class EventLoop; 17 class EventLoop;
17 18
18 class BoostTimerFactory : public TimerFactory { 19 class SWIFTEN_API BoostTimerFactory : public TimerFactory {
19 public: 20 public:
20 BoostTimerFactory(boost::shared_ptr<boost::asio::io_service>, EventLoop* eventLoop); 21 BoostTimerFactory(boost::shared_ptr<boost::asio::io_service>, EventLoop* eventLoop);
21 22