diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-06-01 13:21:36 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-06-01 13:21:36 +0000 |
commit | db16245ff267740502ca7fc01c1cc415a8570225 (patch) | |
tree | be351bae94e2072244f81f78585b51da73910753 /cpp/src/Ice/UdpTransceiver.h | |
parent | Use getaddrinfo instead of gethostbyname on Unix (diff) | |
download | ice-db16245ff267740502ca7fc01c1cc415a8570225.tar.bz2 ice-db16245ff267740502ca7fc01c1cc415a8570225.tar.xz ice-db16245ff267740502ca7fc01c1cc415a8570225.zip |
Changed getHosts to getAddresses
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.h b/cpp/src/Ice/UdpTransceiver.h index 85d82e36fdd..97bb5e5ea82 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -48,7 +48,7 @@ public: private: - UdpTransceiver(const InstancePtr&, const std::string&, int, const std::string&, int); + UdpTransceiver(const InstancePtr&, const struct sockaddr_in&, const std::string&, int); UdpTransceiver(const InstancePtr&, const std::string&, int, const std::string&, bool); virtual ~UdpTransceiver(); |