summaryrefslogtreecommitdiff
path: root/ace/QoS/SOCK_Dgram_Mcast_QoS.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/QoS/SOCK_Dgram_Mcast_QoS.h')
-rw-r--r--ace/QoS/SOCK_Dgram_Mcast_QoS.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/QoS/SOCK_Dgram_Mcast_QoS.h b/ace/QoS/SOCK_Dgram_Mcast_QoS.h
index 68931847b0d..f89909a570a 100644
--- a/ace/QoS/SOCK_Dgram_Mcast_QoS.h
+++ b/ace/QoS/SOCK_Dgram_Mcast_QoS.h
@@ -102,11 +102,7 @@ public:
/// Declare the dynamic allocation hooks.
ACE_ALLOC_HOOK_DECLARE;
-private:
- // = Disable public <open> method to ensure class used properly.
-
- /// Not publically visible.
- int open (const ACE_Addr &mcast_addr,
+ int open (const ACE_Addr &addr,
const ACE_QoS_Params &qos_params,
int protocol_family = PF_INET,
int protocol = 0,
@@ -115,6 +111,10 @@ private:
u_long flags = 0,
int reuse_addr = 0);
+private:
+ // = Disable public <open> method to ensure class used properly.
+
+
/// Subscribe to the multicast interface using QoS-enabled semantics.
int subscribe_ifs (const ACE_INET_Addr &mcast_addr,
const ACE_QoS_Params &qos_params,