diff options
author | Anthony Neal <aneal@zeroc.com> | 2002-10-29 18:44:20 +0000 |
---|---|---|
committer | Anthony Neal <aneal@zeroc.com> | 2002-10-29 18:44:20 +0000 |
commit | 8597953fa6e03ab064f536ce7056628fb54b8674 (patch) | |
tree | c4c2129f39ca2cfa99f1f8335ee12f534f32fff4 /cpp/src/IceSSL/ClientContext.h | |
parent | Minor fixes. (diff) | |
download | ice-8597953fa6e03ab064f536ce7056628fb54b8674.tar.bz2 ice-8597953fa6e03ab064f536ce7056628fb54b8674.tar.xz ice-8597953fa6e03ab064f536ce7056628fb54b8674.zip |
Implemented connect-time handshaking.
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 3e1308d52de..c093adfc51c 100644 --- a/cpp/src/IceSSL/ClientContext.h +++ b/cpp/src/IceSSL/ClientContext.h @@ -28,8 +28,8 @@ public: const CertificateAuthority&, const BaseCertificates&); - // Takes a socket fd as the first parameter. - virtual SslTransceiverPtr createTransceiver(int, const OpenSSLPluginIPtr&); + // Takes a socket fd as the first parameter, and the initial handshake timeout as the final. + virtual SslTransceiverPtr createTransceiver(int, const OpenSSLPluginIPtr&, int); protected: |