diff options
Diffstat (limited to 'cpp/src/qpid/sys/ssl/SslHandler.cpp')
-rw-r--r-- | cpp/src/qpid/sys/ssl/SslHandler.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/sys/ssl/SslHandler.cpp b/cpp/src/qpid/sys/ssl/SslHandler.cpp index 6e079a8094..f6605da953 100644 --- a/cpp/src/qpid/sys/ssl/SslHandler.cpp +++ b/cpp/src/qpid/sys/ssl/SslHandler.cpp @@ -69,7 +69,7 @@ SslHandler::~SslHandler() { delete codec; } -void SslHandler::init(SslIO* a, Timer& timer, uint32_t maxTime) { +void SslHandler::init(AsynchIO* a, Timer& timer, uint32_t maxTime) { aio = a; // Start timer for this connection @@ -209,7 +209,7 @@ void SslHandler::idle(AsynchIO&){ aio->queueWriteClose(); } -SecuritySettings SslHandler::getSecuritySettings(SslIO* aio) +SecuritySettings SslHandler::getSecuritySettings(AsynchIO* aio) { SecuritySettings settings = aio->getSecuritySettings(); settings.nodict = nodict; |