summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TcpEndpointI.cpp
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-01-08 12:19:48 -0330
committerDwayne Boone <dwayne@zeroc.com>2015-01-08 12:19:48 -0330
commit4ab0b1e065a21ff4a4b39270f9898d26ac4aac0d (patch)
treecab68796af504ee4520c3c73dabb0754cbf72d81 /cpp/src/Ice/TcpEndpointI.cpp
parentAdditional fix for ICE_HAS_BZIP2 macro (diff)
downloadice-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.cpp6
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
{