summaryrefslogtreecommitdiff
path: root/ACE/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2018-12-03 14:12:24 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2018-12-03 14:12:24 +0100
commit2d69fdc296b9b3eb1410c4759527f292d8d8fdc2 (patch)
tree9589bde14d635ed09e372fae42f7d62922c3da65 /ACE/ace/WFMO_Reactor.h
parent9775fc2579139ee5b9acf816da12f4d63fc4197a (diff)
downloadATCD-2d69fdc296b9b3eb1410c4759527f292d8d8fdc2.tar.gz
Doxygen enhancements
* ACE/ace/Dev_Poll_Reactor.h: * ACE/ace/Reactor_Impl.h: * ACE/ace/Select_Reactor_T.h: * ACE/ace/WFMO_Reactor.h:
Diffstat (limited to 'ACE/ace/WFMO_Reactor.h')
-rw-r--r--ACE/ace/WFMO_Reactor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/WFMO_Reactor.h b/ACE/ace/WFMO_Reactor.h
index b85cb152b6d..76bad5e9cd8 100644
--- a/ACE/ace/WFMO_Reactor.h
+++ b/ACE/ace/WFMO_Reactor.h
@@ -545,10 +545,10 @@ public:
/**
* Set the maximum number of times that the
- * <ACE_WFMO_Reactor_Notify::handle_input> method will iterate and
+ * ACE_WFMO_Reactor_Notify::handle_input() method will iterate and
* dispatch the ACE_Event_Handlers that are passed in via the
* notify queue before breaking out of its
- * <ACE_Message_Queue::dequeue> loop. By default, this is set to
+ * ACE_Message_Queue::dequeue() loop. By default, this is set to
* -1, which means "iterate until the queue is empty." Setting this
* to a value like "1 or 2" will increase "fairness" (and thus
* prevent starvation) at the expense of slightly higher dispatching
@@ -561,7 +561,7 @@ public:
* ACE_WFMO_Reactor_Notify::handle_input() method will iterate and
* dispatch the ACE_Event_Handlers that are passed in via the
* notify queue before breaking out of its
- * <ACE_Message_Queue::dequeue> loop.
+ * ACE_Message_Queue::dequeue() loop.
*/
int max_notify_iterations (void);