summaryrefslogtreecommitdiff
path: root/ace/Acceptor.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-29 16:00:20 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-29 16:00:20 +0000
commit0b69670efacfeede96629c55d26120e3deacfaa0 (patch)
tree373883c13cb29edd04f93f41583aca866b69310a /ace/Acceptor.h
parent9b0828ce05aa48c755009485c716e46a4c64a0ee (diff)
downloadATCD-0b69670efacfeede96629c55d26120e3deacfaa0.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Acceptor.h')
-rw-r--r--ace/Acceptor.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Acceptor.h b/ace/Acceptor.h
index f25a7727c1e..6c62f1c1a24 100644
--- a/ace/Acceptor.h
+++ b/ace/Acceptor.h
@@ -371,7 +371,8 @@ public:
virtual int accept (SVC_HANDLER * = 0,
ACE_PEER_ACCEPTOR_ADDR *remote_addr = 0,
const ACE_Synch_Options &synch_options = ACE_Synch_Options::defaults,
- int restart = 1);
+ int restart = 1,
+ int reset_new_handle = 0);
// Create a SVC_HANDLER, accept the connection into the SVC_HANDLER,
// and activate the SVC_HANDLER.
@@ -405,7 +406,8 @@ protected:
int shared_accept (SVC_HANDLER *svc_handler,
ACE_PEER_ACCEPTOR_ADDR *remote_addr,
ACE_Time_Value *timeout,
- int restart);
+ int restart,
+ int reset_new_handle);
// Factors out the code shared between the <accept> and
// <handle_input> methods.