summaryrefslogtreecommitdiff
path: root/ace/Proactor.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-26 21:40:56 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-06-26 21:40:56 +0000
commit3e631aed795f3b2a04540d99de92bbbabeeab308 (patch)
treed8a85c24743ea7acbca1b827e2ea8027d317cba3 /ace/Proactor.h
parent15dca883db37e59639e6a7ca7f9824df58bc3e08 (diff)
downloadATCD-3e631aed795f3b2a04540d99de92bbbabeeab308.tar.gz
ChangeLogTag:Tue Jun 26 16:22:24 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
Diffstat (limited to 'ace/Proactor.h')
-rw-r--r--ace/Proactor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Proactor.h b/ace/Proactor.h
index ddf7b622283..d577ccdde47 100644
--- a/ace/Proactor.h
+++ b/ace/Proactor.h
@@ -192,6 +192,12 @@ public:
*/
static int end_event_loop (void);
+ /**
+ * Resets the <ACE_Proactor::end_event_loop_> static so that the
+ * <run_event_loop> method can be restarted.
+ */
+ static int void reset_event_loop (void);
+
/// Report if the <ACE_Proactor::instance> event loop is finished.
static int event_loop_done (void);