summaryrefslogtreecommitdiff
path: root/ACE/ace/Reactor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-02-01 11:22:16 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-02-01 11:22:16 +0000
commit158d2fb157343152ee2a78e765a900077538dea0 (patch)
tree31d302b1a4cd4c71fe271248608fc5d63f3968b8 /ACE/ace/Reactor.h
parent450907ebac65115d6c8df535378cb4a3332cce9f (diff)
downloadATCD-158d2fb157343152ee2a78e765a900077538dea0.tar.gz
Mon Feb 1 11:21:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Connector.cpp: Const change * bin/diff-builds-and-group-fixed-tests-only.sh: * etc/index.html: * docs/Download.html: Updated because of recent release * tests/NonBlocking_Conn_Test.cpp: Improved this test so that it really tests the connections * tests/tests.mpc: Bug_3709_Regression itselfs checks now for vc71 * ace/Reactor.h: Doxygen fixes
Diffstat (limited to 'ACE/ace/Reactor.h')
-rw-r--r--ACE/ace/Reactor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/ace/Reactor.h b/ACE/ace/Reactor.h
index a791a65227d..31aed468367 100644
--- a/ACE/ace/Reactor.h
+++ b/ACE/ace/Reactor.h
@@ -281,8 +281,8 @@ public:
* that were dispatched, 0 if the @a max_wait_time elapsed without
* dispatching any handlers, or -1 if an error occurs.
*
- * The only difference between <alertable_handle_events> and
- * <handle_events> is that in the alertable case, the eventloop will
+ * The only difference between alertable_handle_events() and
+ * handle_events() is that in the alertable case, the eventloop will
* return when the system queues an I/O completion routine or an
* Asynchronous Procedure Call.
*/
@@ -294,8 +294,8 @@ public:
* @a max_wait_time value is a reference and can therefore never be
* NULL.
*
- * The only difference between <alertable_handle_events> and
- * <handle_events> is that in the alertable case, the eventloop will
+ * The only difference between alertable_handle_events() and
+ * handle_events() is that in the alertable case, the eventloop will
* return when the system queues an I/O completion routine or an
* Asynchronous Procedure Call.
*/