summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/SUdpControlChannelF.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/SUdpControlChannelF.h')
-rw-r--r--cpp/src/Ice/SUdpControlChannelF.h21
1 files changed, 19 insertions, 2 deletions
diff --git a/cpp/src/Ice/SUdpControlChannelF.h b/cpp/src/Ice/SUdpControlChannelF.h
index 30ac312ea3d..4ee25ced4ad 100644
--- a/cpp/src/Ice/SUdpControlChannelF.h
+++ b/cpp/src/Ice/SUdpControlChannelF.h
@@ -20,8 +20,25 @@ namespace SecureUdp
{
class ControlChannel;
-void incRef(ControlChannel*);
-void decRef(ControlChannel*);
+
+}
+
+}
+
+namespace IceInternal
+{
+
+void incRef(::IceSecurity::SecureUdp::ControlChannel*);
+void decRef(::IceSecurity::SecureUdp::ControlChannel*);
+
+}
+
+namespace IceSecurity
+{
+
+namespace SecureUdp
+{
+
typedef IceInternal::Handle<ControlChannel> ControlChannelPtr;
}