diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-11-08 05:51:21 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-11-08 05:51:21 +0000 |
commit | a87f73de1aba389cb70836534d093edfe30ff7e9 (patch) | |
tree | b47e29b4ed6982fc9a81b36af20e9d6a79b1ddcc /cpp/src/IceSSL/ClientContext.h | |
parent | Icons update (diff) | |
download | ice-a87f73de1aba389cb70836534d093edfe30ff7e9.tar.bz2 ice-a87f73de1aba389cb70836534d093edfe30ff7e9.tar.xz ice-a87f73de1aba389cb70836534d093edfe30ff7e9.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=534
Diffstat (limited to 'cpp/src/IceSSL/ClientContext.h')
-rw-r--r-- | cpp/src/IceSSL/ClientContext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/ClientContext.h b/cpp/src/IceSSL/ClientContext.h index 6e0289668bd..8cf5ff84d24 100644 --- a/cpp/src/IceSSL/ClientContext.h +++ b/cpp/src/IceSSL/ClientContext.h @@ -10,6 +10,7 @@ #ifndef ICESSL_CLIENT_CONTEXT_H #define ICESSL_CLIENT_CONTEXT_H +#include <IceSSL/OpenSSLPluginIF.h> #include <IceSSL/Context.h> namespace IceSSL @@ -23,8 +24,7 @@ public: const CertificateAuthority&, const BaseCertificates&); - // Takes a socket fd as the first parameter, and the initial handshake timeout as the final. - virtual SslTransceiverPtr createTransceiver(int, const OpenSSLPluginIPtr&, int); + SslTransceiverPtr createTransceiver(int, const OpenSSLPluginIPtr&, int); protected: |