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 | bdd9cd7146feb87c4005bf0fd6ba767fb1fd7abf (patch) | |
tree | 3955afdc8314b43bd9a346ee4929ee688b5c7f53 /ace/SOCK_CODgram.h | |
parent | b8d6ddd60f9b4e9a49fee8ac681b2b3eb54f9c46 (diff) | |
download | ATCD-bdd9cd7146feb87c4005bf0fd6ba767fb1fd7abf.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; |