summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-09-05 17:46:39 +0200
committerJose <jose@zeroc.com>2014-09-05 17:46:39 +0200
commita5c8ae17585f23c6e1255de7d47a667e9f66c1f4 (patch)
treed567af7d9ff957fc1efd431ed67f12828469295f /cpp/src
parentRenamed oneOffDone to oneOfDone and added said check to JS for PrintStackTrac... (diff)
downloadice-a5c8ae17585f23c6e1255de7d47a667e9f66c1f4.tar.bz2
ice-a5c8ae17585f23c6e1255de7d47a667e9f66c1f4.tar.xz
ice-a5c8ae17585f23c6e1255de7d47a667e9f66c1f4.zip
Minor OpenSSL build fix
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceSSL/OpenSSLTransceiverI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/OpenSSLTransceiverI.h b/cpp/src/IceSSL/OpenSSLTransceiverI.h
index 1b5db51a2f4..3925944c590 100644
--- a/cpp/src/IceSSL/OpenSSLTransceiverI.h
+++ b/cpp/src/IceSSL/OpenSSLTransceiverI.h
@@ -61,6 +61,7 @@ public:
#endif
virtual std::string protocol() const;
virtual std::string toString() const;
+ virtual std::string toDetailedString() const;
virtual Ice::ConnectionInfoPtr getInfo() const;
virtual void checkSendSize(const IceInternal::Buffer&, size_t);