diff options
Diffstat (limited to 'ace/SOCK_Dgram_Bcast.i')
-rw-r--r-- | ace/SOCK_Dgram_Bcast.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram_Bcast.i b/ace/SOCK_Dgram_Bcast.i index 8029354e2ae..fd85e1d84e8 100644 --- a/ace/SOCK_Dgram_Bcast.i +++ b/ace/SOCK_Dgram_Bcast.i @@ -6,7 +6,7 @@ // Broadcast an N byte datagram to ADDR (note that addr must be // preassigned to the broadcast address of the subnet...) -inline ssize_t +ASYS_INLINE ssize_t ACE_SOCK_Dgram_Bcast::send (const void *buf, size_t n, const ACE_Addr &addr, |