summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-27 20:42:26 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-07-27 20:42:26 +0000
commite165a488fa57c838497d1f9c0ac2e4d50dedc359 (patch)
tree8ebcc75bd39a8814fae20b8a63705e952daa7b38 /ace/SOCK_Dgram.h
parent218931cca71aa45eab30b1a6a06cdefa555d8bb0 (diff)
downloadATCD-e165a488fa57c838497d1f9c0ac2e4d50dedc359.tar.gz
ChangeLogTag:Tue Jul 27 14:26:37 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/SOCK_Dgram.h')
-rw-r--r--ace/SOCK_Dgram.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/ace/SOCK_Dgram.h b/ace/SOCK_Dgram.h
index 61d3f5af8b7..111434a3d7e 100644
--- a/ace/SOCK_Dgram.h
+++ b/ace/SOCK_Dgram.h
@@ -43,10 +43,9 @@ public:
// dgram that will accept datagrams at the <local> address.
ACE_SOCK_Dgram (const ACE_Addr &local,
- const ACE_QoS_Params &qos_params,
- int protocol_family = PF_INET,
- int protocol = 0,
- ACE_Protocol_Info *protocolinfo = 0,
+ int protocol_family,
+ int protocol,
+ ACE_Protocol_Info *protocolinfo,
ACE_SOCK_GROUP g = 0,
u_long flags = 0,
int reuse_addr = 0);
@@ -62,10 +61,9 @@ public:
// dgram that will accept datagrams at the <local> address.
int open (const ACE_Addr &local,
- const ACE_QoS_Params &qos_params,
- int protocol_family = PF_INET,
- int protocol = 0,
- ACE_Protocol_Info *protocolinfo = 0,
+ int protocol_family,
+ int protocol,
+ ACE_Protocol_Info *protocolinfo,
ACE_SOCK_GROUP g = 0,
u_long flags = 0,
int reuse_addr = 0);