summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-08-22 20:04:13 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-08-22 20:04:13 +0000
commite7d6bf2c686829c422fb670057973468c4f4f958 (patch)
tree2b5df236a75b092d228a6946ab41e09561c45ef6 /ace/WFMO_Reactor.h
parentee10fd7fe7edee04ef8c7220d487c15360303f40 (diff)
downloadATCD-e7d6bf2c686829c422fb670057973468c4f4f958.tar.gz
ChangeLogTag:Wed Aug 22 12:04:04 2001 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
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);