diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-14 21:45:15 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1998-10-14 21:45:15 +0000 |
commit | e150ebbecf9525a47a1a144fe202a2f83b396c39 (patch) | |
tree | 9d4be762e03bbb102e7255a87956c2dea7c5bda7 /ace/Reactor.h | |
parent | 62cac453b72e681ac9df6e7685bece40a6427878 (diff) | |
download | ATCD-e150ebbecf9525a47a1a144fe202a2f83b396c39.tar.gz |
.
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r-- | ace/Reactor.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h index f840b0c6ca3..fcb018ca049 100644 --- a/ace/Reactor.h +++ b/ace/Reactor.h @@ -35,6 +35,10 @@ class ACE_Reactor_Impl; // forward declaration will be useful here #include "ace/Signal.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + class ACE_Export ACE_Reactor { // = TITLE @@ -141,9 +145,9 @@ public: // application wishes to handle events for some fixed amount of // time. // - // Returns the total number of <ACE_Event_Handler>s that were - // dispatched, 0 if the <max_wait_time> elapsed without dispatching - // any handlers, or -1 if an error occurs. + // Returns the total number of timers and I/O <ACE_Event_Handler>s + // that were dispatched, 0 if the <max_wait_time> elapsed without + // dispatching any handlers, or -1 if an error occurs. // // The only difference between <alertable_handle_events> and // <handle_events> is that in the alertable case, the eventloop will |