diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-04 05:42:20 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-04 05:42:20 +0000 |
commit | 16fa715251d443c193b1700837e3eda571c1c762 (patch) | |
tree | 47bfccc0838bd5b456e8270d325dc73c642f0a77 /ace/WIN32_Proactor.h | |
parent | c34cf8307f06da0384b6789023fc7675b03d02c4 (diff) | |
download | ATCD-16fa715251d443c193b1700837e3eda571c1c762.tar.gz |
ChangeLogTag:Mon Aug 4 22:41:24 2003 <Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/WIN32_Proactor.h')
-rw-r--r-- | ace/WIN32_Proactor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/WIN32_Proactor.h b/ace/WIN32_Proactor.h index 49f71849fcd..56f2aab5e14 100644 --- a/ace/WIN32_Proactor.h +++ b/ace/WIN32_Proactor.h @@ -33,6 +33,7 @@ #include "ace/Proactor_Impl.h" #include "ace/Asynch_Pseudo_Task.h" +#include "ace/Auto_Event.h" // Forward declarations. class ACE_WIN32_Asynch_Result; @@ -268,7 +269,7 @@ protected: DWORD number_of_threads_; /// This event is used in conjunction with Reactor when we try to - /// integrate the event loops of Reactor and the Proactor. + /// integrate the event loops of Reactor and the Proactor. ACE_Auto_Event event_; /// Flag that indicates whether we are used in conjunction with |