summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/UdpTransceiver.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-06-01 13:21:36 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-06-01 13:21:36 +0000
commitdb16245ff267740502ca7fc01c1cc415a8570225 (patch)
treebe351bae94e2072244f81f78585b51da73910753 /cpp/src/Ice/UdpTransceiver.h
parentUse getaddrinfo instead of gethostbyname on Unix (diff)
downloadice-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.h2
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();