summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Network/ConnectionServerFactory.h')
-rw-r--r--Swiften/Network/ConnectionServerFactory.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/Swiften/Network/ConnectionServerFactory.h b/Swiften/Network/ConnectionServerFactory.h
index df5f912..672cac7 100644
--- a/Swiften/Network/ConnectionServerFactory.h
+++ b/Swiften/Network/ConnectionServerFactory.h
@@ -4,15 +4,22 @@
4 * See Documentation/Licenses/BSD-simplified.txt for more information. 4 * See Documentation/Licenses/BSD-simplified.txt for more information.
5 */ 5 */
6 6
7/*
8 * Copyright (c) 2015 Isode Limited.
9 * All rights reserved.
10 * See the COPYING file for more information.
11 */
12
7#pragma once 13#pragma once
8 14
9#include <boost/shared_ptr.hpp> 15#include <boost/shared_ptr.hpp>
16#include <Swiften/Base/API.h>
10 17
11namespace Swift { 18namespace Swift {
12 class ConnectionServer; 19 class ConnectionServer;
13 class HostAddress; 20 class HostAddress;
14 21
15 class ConnectionServerFactory { 22 class SWIFTEN_API ConnectionServerFactory {
16 public: 23 public:
17 virtual ~ConnectionServerFactory(); 24 virtual ~ConnectionServerFactory();
18 25