summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/TransceiverI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceSSL/TransceiverI.h')
-rw-r--r--cpp/src/IceSSL/TransceiverI.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceSSL/TransceiverI.h b/cpp/src/IceSSL/TransceiverI.h
index f852d7df7c6..461221523ac 100644
--- a/cpp/src/IceSSL/TransceiverI.h
+++ b/cpp/src/IceSSL/TransceiverI.h
@@ -58,13 +58,13 @@ public:
virtual Ice::ConnectionInfoPtr getInfo() const;
virtual void checkSendSize(const IceInternal::Buffer&, size_t);
- ConnectionInfo getConnectionInfo() const;
-
private:
TransceiverI(const InstancePtr&, SOCKET, const std::string&, const struct sockaddr_storage&);
TransceiverI(const InstancePtr&, SOCKET, const std::string&);
virtual ~TransceiverI();
+
+ virtual NativeConnectionInfoPtr getNativeConnectionInfo() const;
#ifdef ICE_USE_IOCP
bool send();