From d89a1bf67b55c4291d550cd6b2fc9227e1d90250 Mon Sep 17 00:00:00 2001 From: schmidt Date: Fri, 28 Feb 1997 23:53:55 +0000 Subject: foo --- ace/SOCK_CODgram.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ace/SOCK_CODgram.h') diff --git a/ace/SOCK_CODgram.h b/ace/SOCK_CODgram.h index 008a5a6f60e..0b79aa61e84 100644 --- a/ace/SOCK_CODgram.h +++ b/ace/SOCK_CODgram.h @@ -34,13 +34,15 @@ public: ACE_SOCK_CODgram (const ACE_Addr &remote_sap, const ACE_Addr &local_sap = ACE_Addr::sap_any, int protocol_family = PF_INET, - int protocol = 0); + int protocol = 0, + int reuse_addr = 0); // Initiate a connected dgram. int open (const ACE_Addr &remote_sap, const ACE_Addr &local_sap = ACE_Addr::sap_any, int protocol_family = PF_INET, - int protocol = 0); + int protocol = 0, + int reuse_addr = 0); // Initiate a connected dgram. void dump (void) const; -- cgit v1.2.1