summaryrefslogtreecommitdiff
path: root/ace/Asynch_Acceptor.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-05 23:30:39 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-05 23:30:39 +0000
commita3ab3f80a65f4c1a5ab424b4cf22cec5dd1cb947 (patch)
tree7eeb11ecaa952f46b1a7c6b662e0450bbe1ecbdc /ace/Asynch_Acceptor.h
parentc8f0b487831dd718162b5a1de0da6df4a6caec2f (diff)
downloadATCD-a3ab3f80a65f4c1a5ab424b4cf22cec5dd1cb947.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Asynch_Acceptor.h')
-rw-r--r--ace/Asynch_Acceptor.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ace/Asynch_Acceptor.h b/ace/Asynch_Acceptor.h
index 99347e7df4d..fe6813ccb75 100644
--- a/ace/Asynch_Acceptor.h
+++ b/ace/Asynch_Acceptor.h
@@ -51,7 +51,8 @@ public:
size_t bytes_to_read = 0,
int pass_addresses = 0,
int backlog = 5,
- int reuse_addr = 1);
+ int reuse_addr = 1,
+ ACE_Proactor *proactor = 0);
// This starts the listening process at the port specified by
// <address>. ACE_Asynch_Acceptor initiates the AcceptEx calls with
// <bytes_to_read>. The buffer for the initial data will be created
@@ -91,7 +92,7 @@ protected:
// This is the template method used to create new handler.
// Subclasses must overwrite this method if a new handler creation
// strategy is required.
-
+
private:
ACE_HANDLE listen_handle_;
// Handle used to listen for new connections.