diff options
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.h b/cpp/src/Ice/UdpTransceiver.h index f7c918184a8..a8a3194a607 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -61,8 +61,8 @@ public: private: - UdpTransceiver(const InstancePtr&, const struct sockaddr_storage&, const std::string&, int); - UdpTransceiver(const InstancePtr&, const std::string&, int, const std::string&, bool); + UdpTransceiver(const InstancePtr&, const Ice::UdpEndpointInfoPtr&, const struct sockaddr_storage&); + UdpTransceiver(const InstancePtr&, const Ice::UdpEndpointInfoPtr&, bool); virtual ~UdpTransceiver(); void setBufSize(const InstancePtr&); @@ -70,6 +70,7 @@ private: friend class UdpEndpointI; friend class UdpConnector; + const Ice::UdpEndpointInfoPtr _endpointInfo; const TraceLevelsPtr _traceLevels; const Ice::LoggerPtr _logger; const Ice::StatsPtr _stats; |