diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-05 02:52:28 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-05 02:52:28 +0000 |
commit | 9eb5ef9f999782a55d4b5e46d0302f2e4d93b996 (patch) | |
tree | ecb043450b6703858086ebec8666dbeeefe0c18d /ace/Asynch_IO.h | |
parent | cdcee0a5c8c3c1fc69c280602f61dcd75fc522ac (diff) | |
download | ATCD-9eb5ef9f999782a55d4b5e46d0302f2e4d93b996.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r-- | ace/Asynch_IO.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h index 1a8a27b0f05..948ad1a5dbe 100644 --- a/ace/Asynch_IO.h +++ b/ace/Asynch_IO.h @@ -85,10 +85,10 @@ public: ACE_HANDLE event, u_long offset = 0, u_long offset_high = 0); - // Constructor + // Constructor. virtual ~ACE_Asynch_Result (void); - // Destructor + // Destructor. protected: virtual void complete (u_long bytes_transferred, @@ -895,7 +895,7 @@ public: // Virtual destruction. virtual void open (ACE_HANDLE new_handle, - ACE_Message_Block &message_block) = 0; + ACE_Message_Block &message_block); // <open> is called by ACE_Asynch_Acceptor to initialize a new // instance of ACE_Service_Handler that has been created after the a // new connection is accepted. The handle for the new connection is |