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/IPEndpointI.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/IPEndpointI.cpp')
-rw-r--r-- | cpp/src/Ice/IPEndpointI.cpp | 6 |
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 { |