summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-11-09 20:57:36 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-11-09 21:41:52 (GMT)
commitd27e3cbf2c9c99cb989d641466f252c6277c78fe (patch)
tree38eb50b5bc7412276d5d4522c344d118f0aa32c1 /Swiften/Client/CoreClient.h
parente9be6f9bb696da4e1bcf750afd7015de4fe9220a (diff)
downloadswift-d27e3cbf2c9c99cb989d641466f252c6277c78fe.zip
swift-d27e3cbf2c9c99cb989d641466f252c6277c78fe.tar.bz2
Created CertificateFactory.
Diffstat (limited to 'Swiften/Client/CoreClient.h')
-rw-r--r--Swiften/Client/CoreClient.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swiften/Client/CoreClient.h b/Swiften/Client/CoreClient.h
index 780201d..211f84f 100644
--- a/Swiften/Client/CoreClient.h
+++ b/Swiften/Client/CoreClient.h
@@ -32,6 +32,7 @@ namespace Swift {
class ClientSession;
class BasicSessionStream;
class EventLoop;
+ class PlatformTLSFactories;
class CertificateTrustChecker;
/**
@@ -201,7 +202,7 @@ namespace Swift {
Connector::ref connector_;
ConnectionFactory* connectionFactory_;
TimerFactory* timerFactory_;
- TLSContextFactory* tlsContextFactory_;
+ PlatformTLSFactories* tlsFactories;
FullPayloadParserFactoryCollection payloadParserFactories_;
FullPayloadSerializerCollection payloadSerializers_;
boost::shared_ptr<Connection> connection_;