summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Network/NetworkFactories.h')
-rw-r--r--Swiften/Network/NetworkFactories.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Swiften/Network/NetworkFactories.h b/Swiften/Network/NetworkFactories.h
index a0c4bf9..81ce0c5 100644
--- a/Swiften/Network/NetworkFactories.h
+++ b/Swiften/Network/NetworkFactories.h
@@ -1,11 +1,13 @@
1/* 1/*
2 * Copyright (c) 2010-2013 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>
10
9namespace Swift { 11namespace Swift {
10 class TimerFactory; 12 class TimerFactory;
11 class ConnectionFactory; 13 class ConnectionFactory;
@@ -24,7 +26,7 @@ namespace Swift {
24 /** 26 /**
25 * An interface collecting network factories. 27 * An interface collecting network factories.
26 */ 28 */
27 class NetworkFactories { 29 class SWIFTEN_API NetworkFactories {
28 public: 30 public:
29 virtual ~NetworkFactories(); 31 virtual ~NetworkFactories();
30 32