summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SslTransceiver.h
diff options
context:
space:
mode:
authorAnthony Neal <aneal@zeroc.com>2001-12-19 16:48:31 +0000
committerAnthony Neal <aneal@zeroc.com>2001-12-19 16:48:31 +0000
commit73e15974110b3538960ecd4613187d79bd32c47a (patch)
tree56a62cdb2752e295d4f46810dd2d88623e38e96d /cpp/src/Ice/SslTransceiver.h
parentFix for ActivePython bug under WIN32. (diff)
downloadice-73e15974110b3538960ecd4613187d79bd32c47a.tar.bz2
ice-73e15974110b3538960ecd4613187d79bd32c47a.tar.xz
ice-73e15974110b3538960ecd4613187d79bd32c47a.zip
This is the 'fix' for the IceStorm related bug having to do with oneways.
It requires that Marc make it legal for read() to return 0 bytes.
Diffstat (limited to 'cpp/src/Ice/SslTransceiver.h')
-rw-r--r--cpp/src/Ice/SslTransceiver.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/SslTransceiver.h b/cpp/src/Ice/SslTransceiver.h
index 502e46946d5..86c297c1b0b 100644
--- a/cpp/src/Ice/SslTransceiver.h
+++ b/cpp/src/Ice/SslTransceiver.h
@@ -41,7 +41,6 @@ private:
SslTransceiver(const InstancePtr&, SOCKET, Connection*);
virtual ~SslTransceiver();
- void cleanUpSSL();
friend class SslConnector;
friend class SslAcceptor;