summaryrefslogtreecommitdiff
path: root/ace/Proactor.h
diff options
context:
space:
mode:
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..172f987be97 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 reset_event_loop (void);
+
/// Report if the <ACE_Proactor::instance> event loop is finished.
static int event_loop_done (void);