summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram_Mcast.h
diff options
context:
space:
mode:
authorspark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-08 23:18:09 +0000
committerspark <spark@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-08 23:18:09 +0000
commite076fe9d211bf22e426c4c6ff4aad915789396f9 (patch)
tree743b8dd289cdd6c9eff8ffd981bea63d6d36b9cd /ace/SOCK_Dgram_Mcast.h
parentfc513cf9c3ded9c9bbebc0148e9c8fdaa2d32842 (diff)
downloadATCD-e076fe9d211bf22e426c4c6ff4aad915789396f9.tar.gz
Updated to skip QoS part on WinCE.
Diffstat (limited to 'ace/SOCK_Dgram_Mcast.h')
-rw-r--r--ace/SOCK_Dgram_Mcast.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/SOCK_Dgram_Mcast.h b/ace/SOCK_Dgram_Mcast.h
index 7d9269f0bd4..fc178ee6a2a 100644
--- a/ace/SOCK_Dgram_Mcast.h
+++ b/ace/SOCK_Dgram_Mcast.h
@@ -129,6 +129,7 @@ private:
int protocol = 0,
int reuse_addr = 0);
+#if !defined (ACE_HAS_WINCE)
/// Not publically visible.
int open (const ACE_Addr &mcast_addr,
const ACE_QoS_Params &qos_params,
@@ -138,6 +139,7 @@ private:
ACE_SOCK_GROUP g = 0,
u_long flags = 0,
int reuse_addr = 0);
+#endif // ACE_HAS_WINCE
/// Subscribe to the multicast interface using BSD-style semantics
/// (no QoS).