summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/ServerContext.h
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2002-10-29 18:44:20 +0000
committerAnthony Neal <aneal@zeroc.com>2002-10-29 18:44:20 +0000
commit8597953fa6e03ab064f536ce7056628fb54b8674 (patch)
treec4c2129f39ca2cfa99f1f8335ee12f534f32fff4 /cpp/src/IceSSL/ServerContext.h
parentMinor fixes. (diff)
downloadice-8597953fa6e03ab064f536ce7056628fb54b8674.tar.bz2
ice-8597953fa6e03ab064f536ce7056628fb54b8674.tar.xz
ice-8597953fa6e03ab064f536ce7056628fb54b8674.zip
Implemented connect-time handshaking.
Diffstat (limited to 'cpp/src/IceSSL/ServerContext.h')
-rw-r--r--cpp/src/IceSSL/ServerContext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/ServerContext.h b/cpp/src/IceSSL/ServerContext.h
index 5e802d84dbf..a4dec84af1a 100644
--- a/cpp/src/IceSSL/ServerContext.h
+++ b/cpp/src/IceSSL/ServerContext.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: