diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-02-28 23:53:55 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-02-28 23:53:55 +0000 |
commit | d89a1bf67b55c4291d550cd6b2fc9227e1d90250 (patch) | |
tree | 3955afdc8314b43bd9a346ee4929ee688b5c7f53 /ace/SOCK_CODgram.h | |
parent | 3e637fd3315b12a6fcd4198b808f6418a216f643 (diff) | |
download | ATCD-d89a1bf67b55c4291d550cd6b2fc9227e1d90250.tar.gz |
foo
Diffstat (limited to 'ace/SOCK_CODgram.h')
-rw-r--r-- | ace/SOCK_CODgram.h | 6 |
1 files changed, 4 insertions, 2 deletions
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; |