summaryrefslogtreecommitdiff
path: root/ace/Asynch_Acceptor.h
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-04 22:56:21 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-04 22:56:21 +0000
commit2c5fc263644d196fa47ab9d2c23653e13b3d0914 (patch)
tree3507fa7e64afed29834406ae2d3e71a286cae7a2 /ace/Asynch_Acceptor.h
parentd4df96a34c148e6332627c25830ef2f1731b3a90 (diff)
downloadATCD-2c5fc263644d196fa47ab9d2c23653e13b3d0914.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Asynch_Acceptor.h')
-rw-r--r--ace/Asynch_Acceptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Asynch_Acceptor.h b/ace/Asynch_Acceptor.h
index 602119839a6..72aafaa5d9a 100644
--- a/ace/Asynch_Acceptor.h
+++ b/ace/Asynch_Acceptor.h
@@ -19,7 +19,7 @@
#include "ace/OS.h"
#if defined (ACE_WIN32) || defined (ACE_HAS_AIO_CALLS)
-// This only works on platforms that support async i/o
+// This only works on platforms that support async i/o.
#include "ace/Asynch_IO.h"
@@ -133,7 +133,7 @@ protected:
ACE_HANDLE handle (void) const;
// Return the listen handle.
- void parse_address (ACE_Message_Block &message_block,
+ void parse_address (const ACE_Asynch_Accept::Result &result,
ACE_INET_Addr &remote_address,
ACE_INET_Addr &local_address);
// This parses the address from read buffer.
@@ -146,7 +146,7 @@ protected:
private:
ACE_HANDLE listen_handle_;
// Handle used to listen for new connections.
-
+
ACE_Asynch_Accept asynch_accept_;
// <Asynch_Accept> used to make life easier :-)