summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TcpConnector.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/TcpConnector.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/TcpConnector.h')
-rw-r--r--cpp/src/Ice/TcpConnector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpConnector.h b/cpp/src/Ice/TcpConnector.h
index 3d552b3fd32..edcd0f25ccf 100644
--- a/cpp/src/Ice/TcpConnector.h
+++ b/cpp/src/Ice/TcpConnector.h
@@ -36,7 +36,7 @@ public:
private:
- TcpConnector(const InstancePtr&, const std::string&, int);
+ TcpConnector(const InstancePtr&, const struct sockaddr_in&);
virtual ~TcpConnector();
friend class TcpEndpointI;