summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/TcpEndpointI.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/TcpEndpointI.h')
-rw-r--r--cpp/src/Ice/TcpEndpointI.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpEndpointI.h b/cpp/src/Ice/TcpEndpointI.h
index d380e8994fd..96c0e6a94e1 100644
--- a/cpp/src/Ice/TcpEndpointI.h
+++ b/cpp/src/Ice/TcpEndpointI.h
@@ -10,8 +10,10 @@
#ifndef ICE_TCP_ENDPOINT_I_H
#define ICE_TCP_ENDPOINT_I_H
+#include <IceUtil/Config.h>
#include <Ice/EndpointI.h>
#include <Ice/EndpointFactory.h>
+#include <Ice/Network.h> // for IceIternal::Address
namespace IceInternal
{
@@ -48,7 +50,7 @@ public:
private:
virtual ::Ice::Int hashInit() const;
- virtual std::vector<ConnectorPtr> connectors(const std::vector<struct sockaddr_storage>&) const;
+ virtual std::vector<ConnectorPtr> connectors(const std::vector<IceInternal::Address>&) const;
//
// All members are const, because endpoints are immutable.