diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-03-14 07:14:34 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2002-03-14 07:14:34 +0000 |
commit | efcf30f7ca035f8d9cb4c1b4bb0b3fb07c884c53 (patch) | |
tree | 6588de467449f32cf3c03302238fff479b9e1876 /ace/SPIPE_Acceptor.h | |
parent | b55f06ff9a2673ca7458e85bdd528a74a23d44a3 (diff) | |
download | ATCD-efcf30f7ca035f8d9cb4c1b4bb0b3fb07c884c53.tar.gz |
ChangeLogTag:Wed Mar 13 15:55:54 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/SPIPE_Acceptor.h')
-rw-r--r-- | ace/SPIPE_Acceptor.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ace/SPIPE_Acceptor.h b/ace/SPIPE_Acceptor.h index cb2b536f736..e4e0a191229 100644 --- a/ace/SPIPE_Acceptor.h +++ b/ace/SPIPE_Acceptor.h @@ -6,11 +6,11 @@ * * $Id$ * - * @author Doug Schmidt and Prashant Jain + * @author Douglas C. Schmidt <schmidt@cs.wustl.edu> and + * Prashant Jain <pjain@cs.wustl.edu> */ //============================================================================= - #ifndef ACE_SPIPE_ACCEPTOR_H #define ACE_SPIPE_ACCEPTOR_H #include "ace/pre.h" @@ -89,10 +89,10 @@ private: // This allows the get_handle()-obtained handle to be used for // registering with the reactor (albeit for signal, not input) // to tell when a pipe accept is done. - ACE_OVERLAPPED overlapped_; + ACE_OVERLAPPED overlapped_; ACE_Manual_Event event_; - ACE_HANDLE pipe_handle_; - int already_connected_; + ACE_HANDLE pipe_handle_; + int already_connected_; #endif /* ACE_WIN32 */ }; |