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 4425ca95b29..e70f99a5d97 100644 --- a/cpp/src/Ice/UdpTransceiver.h +++ b/cpp/src/Ice/UdpTransceiver.h @@ -51,6 +51,7 @@ private: virtual ~UdpTransceiver(); friend class UdpEndpoint; + friend class SUdpEndpoint; // TODO: Remove as soon as SUdpEndpoint uses SUdpTransceiver. friend class SUdpTransceiver; InstancePtr _instance; |