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/TcpConnector.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/TcpConnector.h')
-rw-r--r-- | cpp/src/Ice/TcpConnector.h | 2 |
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; |