diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-04-11 03:02:51 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-04-11 03:02:51 +0000 |
commit | 95e45abc46b4109e11f8b613dc73d2e3ddfaacff (patch) | |
tree | 9362fd1da9c0a04684fddfb6a39002aee016f706 /ace | |
parent | 9067ef13659e9327c632649fb3f1c5d880aa47ab (diff) | |
download | ATCD-95e45abc46b4109e11f8b613dc73d2e3ddfaacff.tar.gz |
ChangeLogTag:Wed Apr 10 20:00:57 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/Proactor.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h index cb609a5afe6..3f28d3a394b 100644 --- a/ace/Proactor.h +++ b/ace/Proactor.h @@ -15,6 +15,7 @@ #ifndef ACE_PROACTOR_H #define ACE_PROACTOR_H + #include "ace/pre.h" #include "ace/config-all.h" @@ -35,6 +36,7 @@ # include "ace/Timer_List.h" # include "ace/Timer_Heap.h" # include "ace/Timer_Wheel.h" +# include "ace/ACE_export.h" // Forward declarations. class ACE_Proactor_Impl; @@ -233,11 +235,11 @@ public: * method returns -1 or the <end_proactor_event_loop> method is invoked. */ virtual int proactor_run_event_loop (PROACTOR_EVENT_HOOK = 0); - + /** - * Run the event loop until the <ACE_Proactor::handle_events> + * Run the event loop until the <ACE_Proactor::handle_events> * method returns -1, the - * <end_proactor_event_loop> method is invoked, + * <end_proactor_event_loop> method is invoked, * or the <ACE_Time_Value> * expires. */ @@ -461,7 +463,7 @@ public: ACE_HANDLE event = ACE_INVALID_HANDLE, int priority = 0, int signal_number = ACE_SIGRTMIN); - + /// Create the correct implementation class for /// ACE_Asynch_Write_Dgram::Result. virtual ACE_Asynch_Write_Dgram_Result_Impl * @@ -622,4 +624,5 @@ public: #endif /* ACE_WIN32 && !ACE_HAS_WINCE || ACE_HAS_AIO_CALLS*/ #include "ace/post.h" + #endif /* ACE_PROACTOR_H */ |