diff options
Diffstat (limited to 'Swiften/TLS/TLSContext.h')
| -rw-r--r-- | Swiften/TLS/TLSContext.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/TLS/TLSContext.h b/Swiften/TLS/TLSContext.h index f5d0515..c5703e7 100644 --- a/Swiften/TLS/TLSContext.h +++ b/Swiften/TLS/TLSContext.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 | */ |
| @@ -9,6 +9,7 @@ | |||
| 9 | #include <Swiften/Base/boost_bsignals.h> | 9 | #include <Swiften/Base/boost_bsignals.h> |
| 10 | #include <boost/shared_ptr.hpp> | 10 | #include <boost/shared_ptr.hpp> |
| 11 | 11 | ||
| 12 | #include <Swiften/Base/API.h> | ||
| 12 | #include <Swiften/Base/SafeByteArray.h> | 13 | #include <Swiften/Base/SafeByteArray.h> |
| 13 | #include <Swiften/TLS/Certificate.h> | 14 | #include <Swiften/TLS/Certificate.h> |
| 14 | #include <Swiften/TLS/CertificateWithKey.h> | 15 | #include <Swiften/TLS/CertificateWithKey.h> |
| @@ -17,7 +18,7 @@ | |||
| 17 | 18 | ||
| 18 | namespace Swift { | 19 | namespace Swift { |
| 19 | 20 | ||
| 20 | class TLSContext { | 21 | class SWIFTEN_API TLSContext { |
| 21 | public: | 22 | public: |
| 22 | virtual ~TLSContext(); | 23 | virtual ~TLSContext(); |
| 23 | 24 | ||
Swift