summaryrefslogtreecommitdiff
path: root/ACE/ace/Reactor.h
diff options
context:
space:
mode:
authormcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-04-07 11:48:50 +0000
committermcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-04-07 11:48:50 +0000
commit4e0fbcbede63c844fcb99dc98eee3446dba7d1df (patch)
tree85aab228c3ecabd30f1cec1f04730de4fee1217f /ACE/ace/Reactor.h
parent57a3abab77bf7e53eb868b04cc3159a78357f86e (diff)
downloadATCD-4e0fbcbede63c844fcb99dc98eee3446dba7d1df.tar.gz
Thu Apr 7 11:40:00 UTC 2011 Martin Corino <mcorino@remedy.nl>
Merged changes from Remedy work branch.
Diffstat (limited to 'ACE/ace/Reactor.h')
-rw-r--r--ACE/ace/Reactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Reactor.h b/ACE/ace/Reactor.h
index 7ff5eb6a9ff..2211d817f81 100644
--- a/ACE/ace/Reactor.h
+++ b/ACE/ace/Reactor.h
@@ -110,11 +110,11 @@ public:
// i.e., the one returned from ACE_Reactor::instance().
/**
* Run the event loop until the
- * <ACE_Reactor::handle_events/ACE_Reactor::alertable_handle_events>
+ * ACE_Reactor::handle_events()/ACE_Reactor::alertable_handle_events()
* method returns -1 or the end_event_loop() method is invoked.
* Note that this method can only be used by the singleton
* ACE_Reactor::instance(). Thus, to run another reactor use
- * <ACE_Reactor::run_reactor_event_loop>.
+ * ACE_Reactor::run_reactor_event_loop().
*
* @deprecated Use ACE_Reactor::instance()->run_reactor_event_loop() instead
*/