diff options
Diffstat (limited to 'cpp/src/Ice/Network.h')
-rwxr-xr-x | cpp/src/Ice/Network.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Network.h b/cpp/src/Ice/Network.h index 3f0c8cf2da7..788470f2708 100755 --- a/cpp/src/Ice/Network.h +++ b/cpp/src/Ice/Network.h @@ -264,7 +264,7 @@ ICE_API std::string errorToStringDNS(int); ICE_API std::vector<Address> getAddresses(const std::string&, int, ProtocolSupport, Ice::EndpointSelectionType, bool, bool); ICE_API ProtocolSupport getProtocolSupport(const Address&); -ICE_API Address getAddressForServer(const std::string&, int, ProtocolSupport, bool); +ICE_API Address getAddressForServer(const std::string&, int, ProtocolSupport, bool, bool); ICE_API int compareAddress(const Address&, const Address&); ICE_API bool isIPv6Supported(); |