diff options
Diffstat (limited to 'cpp/src/Ice/UdpTransceiver.h')
-rw-r--r-- | cpp/src/Ice/UdpTransceiver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/UdpTransceiver.h b/cpp/src/Ice/UdpTransceiver.h index 97bb5e5ea82..231bbfa0b8c 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -55,6 +55,7 @@ private: void setBufSize(const InstancePtr&); friend class UdpEndpointI; + friend class UdpConnector; const TraceLevelsPtr _traceLevels; const Ice::LoggerPtr _logger; |