diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-17 03:22:08 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-09-17 03:22:08 +0000 |
commit | 2b9fc9721ba82950819b44efd2ce90dcf1b90562 (patch) | |
tree | 0238291afd086b7903aa4cd2b8c1fadeeb266596 /ace/SOCK_Dgram_Bcast.h | |
parent | 4f8c187b813d2dbd2d8bdb207e46aef1e9b8ef98 (diff) | |
download | ATCD-2b9fc9721ba82950819b44efd2ce90dcf1b90562.tar.gz |
ChangeLogTag:Wed Sep 16 22:17:54 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'ace/SOCK_Dgram_Bcast.h')
-rw-r--r-- | ace/SOCK_Dgram_Bcast.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SOCK_Dgram_Bcast.h b/ace/SOCK_Dgram_Bcast.h index 64e134b21c9..f03ea5d822b 100644 --- a/ace/SOCK_Dgram_Bcast.h +++ b/ace/SOCK_Dgram_Bcast.h @@ -71,7 +71,7 @@ public: // Broadcast the datagram to every interface. Returns the average // number of bytes sent. - ssize_t send (const iovec iov[], + ssize_t send (const ACE_IO_Vector_Base iov[], size_t n, u_short portnum, int flags = 0) const; @@ -85,7 +85,7 @@ public: // Broadcast an N byte datagram to ADDR (note that addr must be // preassigned to the broadcast address of the subnet...). - ssize_t send (const iovec iov[], + ssize_t send (const ACE_IO_Vector_Base iov[], size_t n, const ACE_Addr &addr, int flags = 0) const; |