diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-01-08 12:19:48 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-01-08 12:19:48 -0330 |
commit | 4ab0b1e065a21ff4a4b39270f9898d26ac4aac0d (patch) | |
tree | cab68796af504ee4520c3c73dabb0754cbf72d81 /cpp/src/Ice/TcpEndpointI.cpp | |
parent | Additional fix for ICE_HAS_BZIP2 macro (diff) | |
download | ice-4ab0b1e065a21ff4a4b39270f9898d26ac4aac0d.tar.bz2 ice-4ab0b1e065a21ff4a4b39270f9898d26ac4aac0d.tar.xz ice-4ab0b1e065a21ff4a4b39270f9898d26ac4aac0d.zip |
ICE-6196 added ProtocolInstance::secure()
Diffstat (limited to 'cpp/src/Ice/TcpEndpointI.cpp')
-rw-r--r-- | cpp/src/Ice/TcpEndpointI.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/Ice/TcpEndpointI.cpp b/cpp/src/Ice/TcpEndpointI.cpp index c68452ab3e8..169a1aa5d94 100644 --- a/cpp/src/Ice/TcpEndpointI.cpp +++ b/cpp/src/Ice/TcpEndpointI.cpp @@ -131,12 +131,6 @@ IceInternal::TcpEndpointI::datagram() const return false; } -bool -IceInternal::TcpEndpointI::secure() const -{ - return false; -} - TransceiverPtr IceInternal::TcpEndpointI::transceiver() const { |