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 | a71704263560521e40659fd92315411018efb3a3 (patch) | |
tree | 9d4be762e03bbb102e7255a87956c2dea7c5bda7 /ace/WFMO_Reactor.h | |
parent | fece36c9fea0aeea41ddb296e622bd309720f240 (diff) | |
download | ATCD-a71704263560521e40659fd92315411018efb3a3.tar.gz |
.
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r-- | ace/WFMO_Reactor.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h index a8c1373a530..59ba69b971d 100644 --- a/ace/WFMO_Reactor.h +++ b/ace/WFMO_Reactor.h @@ -24,6 +24,10 @@ #include "ace/Reactor_Impl.h" #include "ace/Message_Queue.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +#pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + // Forward decl. class ACE_WFMO_Reactor; class ACE_Handle_Set; @@ -574,9 +578,9 @@ public: // // <WaitForMultipleObjects> is used as the demultiplexing call // - // 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 I/O and timer <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, TRUE is passed to |