summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-24 00:30:55 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-24 00:30:55 +0000
commit936932a04c59c73bdc439e928e2d55e249e63340 (patch)
tree42875771eee27db176a978e6d59438832c716658 /ace/Reactor.h
parentbdddcb9ccc53c815fa4b7eb48ec3ad659dc0d9a7 (diff)
downloadATCD-936932a04c59c73bdc439e928e2d55e249e63340.tar.gz
ChangeLogTag:Sun Sep 23 19:28:06 2001 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h
index 92c5b965473..39d1fd0e3c3 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -169,14 +169,12 @@ public:
REACTOR_EVENT_HOOK = 0);
/**
- * Instruct the <ACE_Reactor::instance> to terminate its event loop
- * and notifies the <ACE_Reactor::instance> so that it can wake up
- * and close down gracefully.
+ * Instruct the Reactor to terminate its event loop and notifies the
+ * Reactor so that it can wake up and close down gracefully.
*/
virtual int end_reactor_event_loop (void);
- /// Indicate if the <ACE_Reactor::instance>'s event loop has been
- /// ended.
+ /// Indicate if the Reactor's event loop has been ended.
virtual int reactor_event_loop_done (void);
/// Resets the <ACE_Reactor::end_event_loop_> static so that the