diff options
author | Jose <jose@zeroc.com> | 2014-09-05 17:46:39 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-09-05 17:46:39 +0200 |
commit | a5c8ae17585f23c6e1255de7d47a667e9f66c1f4 (patch) | |
tree | d567af7d9ff957fc1efd431ed67f12828469295f /cpp/src | |
parent | Renamed oneOffDone to oneOfDone and added said check to JS for PrintStackTrac... (diff) | |
download | ice-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.h | 1 |
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); |