summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/TLS/TLSContextFactory.h')
-rw-r--r--Swiften/TLS/TLSContextFactory.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Swiften/TLS/TLSContextFactory.h b/Swiften/TLS/TLSContextFactory.h
index 79e2b05..10c5577 100644
--- a/Swiften/TLS/TLSContextFactory.h
+++ b/Swiften/TLS/TLSContextFactory.h
@@ -1,15 +1,17 @@
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 */
6 6
7#pragma once 7#pragma once
8 8
9#include <Swiften/Base/API.h>
10
9namespace Swift { 11namespace Swift {
10 class TLSContext; 12 class TLSContext;
11 13
12 class TLSContextFactory { 14 class SWIFTEN_API TLSContextFactory {
13 public: 15 public:
14 virtual ~TLSContextFactory(); 16 virtual ~TLSContextFactory();
15 17