summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r--ace/WFMO_Reactor.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h
index a9fbec8ecc4..c4fac4a958b 100644
--- a/ace/WFMO_Reactor.h
+++ b/ace/WFMO_Reactor.h
@@ -5,14 +5,13 @@
* @file WFMO_Reactor.h
*
* $Id$
- *
- * @author Irfan Pyarali
- * @author Tim Harrison
- * @author and Doug Schmidt
+ *
+ * @author Irfan Pyarali <irfan@cs.wustl.edu>
+ * @author Tim Harrison <harrison@cs.wustl.edu>
+ * @author and Doug Schmidt <schmidt@cs.wustl.edu>
*/
//=============================================================================
-
#ifndef ACE_WFMO_REACTOR_H
#define ACE_WFMO_REACTOR_H
#include "ace/pre.h"
@@ -673,9 +672,9 @@ public:
// = Event loop drivers.
/**
- * Returns non-zero if there are I/O events "ready" for dispatching,
- * but does not actually dispatch the event handlers. By default,
- * don't block while checking this, i.e., "poll".
+ * This method is not currently implemented. We recommend that you
+ * use handle_events (ACE_Time_Value::zero) to get basically the
+ * same effect, i.e., it won't block the caller if there are no events.
*/
virtual int work_pending (const ACE_Time_Value &max_wait_time = ACE_Time_Value::zero);