summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/IPEndpointI.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/IPEndpointI.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/IPEndpointI.cpp')
-rw-r--r--cpp/src/Ice/IPEndpointI.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/IPEndpointI.cpp b/cpp/src/Ice/IPEndpointI.cpp
index bbd48dd9be4..49c17dba4ad 100644
--- a/cpp/src/Ice/IPEndpointI.cpp
+++ b/cpp/src/Ice/IPEndpointI.cpp
@@ -96,6 +96,12 @@ IceInternal::IPEndpointI::protocol() const
return _instance->protocol();
}
+bool
+IceInternal::IPEndpointI::secure() const
+{
+ return _instance->secure();
+}
+
void
IceInternal::IPEndpointI::streamWrite(BasicStream* s) const
{