summaryrefslogtreecommitdiff
path: root/ace/Reactor.h
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-10-24 13:05:46 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-10-24 13:05:46 +0000
commit414c4c78d010fc0a549040974fdf330e88ff5f79 (patch)
treeb2ea853090d3a66f85125da2c4bc3e764c5c5046 /ace/Reactor.h
parent18a24fb531959fe9d3893995455f9ba45b796835 (diff)
downloadATCD-414c4c78d010fc0a549040974fdf330e88ff5f79.tar.gz
ChangeLogTag: Wed Oct 24 08:04:36 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/Reactor.h')
-rw-r--r--ace/Reactor.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Reactor.h b/ace/Reactor.h
index cebd460dfaf..a17ecb690b8 100644
--- a/ace/Reactor.h
+++ b/ace/Reactor.h
@@ -169,7 +169,10 @@ public:
/**
* Instruct the Reactor to terminate its event loop and notifies the
- * Reactor so that it can wake up and close down gracefully.
+ * Reactor so that it can wake up and deactivate
+ * itself. Deactivating the Reactor would allow the Reactor to be
+ * shutdown gracefully. Internally the Reactor calls deactivate ()
+ * on the underlying implementation.
*/
virtual int end_reactor_event_loop (void);