summaryrefslogtreecommitdiff
path: root/ace/Asynch_Acceptor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-24 01:51:49 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-02-24 01:51:49 +0000
commit202eeb8778104e0bc8a4096948e1e14057da2938 (patch)
tree52d8fecef6a57f208211f5eb39299acfae41492a /ace/Asynch_Acceptor.h
parent6bb5bb15c128662a7dad27ac3580433a4064eb9c (diff)
downloadATCD-202eeb8778104e0bc8a4096948e1e14057da2938.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Asynch_Acceptor.h')
-rw-r--r--ace/Asynch_Acceptor.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/ace/Asynch_Acceptor.h b/ace/Asynch_Acceptor.h
index 03f7ab4d9bd..cb72456f8fb 100644
--- a/ace/Asynch_Acceptor.h
+++ b/ace/Asynch_Acceptor.h
@@ -93,18 +93,21 @@ protected:
// Subclasses must overwrite this method if a new handler creation
// strategy is required.
+ int bytes_to_read (void) const;
+ // Bytes to be read with the <accept> call.
+
private:
ACE_HANDLE listen_handle_;
// Handle used to listen for new connections.
ACE_Asynch_Accept asynch_accept_;
- // Asynch_Accept used to make life easier :-)
+ // <Asynch_Accept> used to make life easier :-)
int pass_addresses_;
// Flag that indicates if parsing of addresses is necessary.
int bytes_to_read_;
- // Bytes to be read with the accept call.
+ // Bytes to be read with the <accept> call.
};
#if defined (__ACE_INLINE__)