diff options
Diffstat (limited to 'cpp/src/Ice/ProtocolPluginFacade.cpp')
-rw-r--r-- | cpp/src/Ice/ProtocolPluginFacade.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/src/Ice/ProtocolPluginFacade.cpp b/cpp/src/Ice/ProtocolPluginFacade.cpp index 7f7c3a822e3..d858b429044 100644 --- a/cpp/src/Ice/ProtocolPluginFacade.cpp +++ b/cpp/src/Ice/ProtocolPluginFacade.cpp @@ -68,6 +68,12 @@ IceInternal::ProtocolPluginFacade::getProtocolSupport() const return _instance->protocolSupport(); } +bool +IceInternal::ProtocolPluginFacade::preferIPv6() const +{ + return _instance->preferIPv6(); +} + void IceInternal::ProtocolPluginFacade::addEndpointFactory(const EndpointFactoryPtr& factory) const { |