summaryrefslogtreecommitdiff
path: root/ACE/ace/Reactor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-15 13:41:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-15 13:41:25 +0000
commit4c1ec894e4845156036937d1e4dbfcae3fd6f3f3 (patch)
tree233d2ae945fecd0cb15dbecdbe14e8b3f59e33ce /ACE/ace/Reactor.h
parentefff99504bd67f08226503c6e763d8881fb11f29 (diff)
downloadATCD-4c1ec894e4845156036937d1e4dbfcae3fd6f3f3.tar.gz
Thu Feb 15 13:38:58 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
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 195a9437ae9..492226465af 100644
--- a/ACE/ace/Reactor.h
+++ b/ACE/ace/Reactor.h
@@ -122,7 +122,7 @@ public:
/**
* Run the event loop until the <ACE_Reactor::handle_events> or
* <ACE_Reactor::alertable_handle_events> methods returns -1, the
- * <end_event_loop> method is invoked, or the <ACE_Time_Value>
+ * <end_event_loop> method is invoked, or the ACE_Time_Value
* expires. 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>.
@@ -186,7 +186,7 @@ public:
/**
* Run the event loop until the <ACE_Reactor::handle_events> or
* <ACE_Reactor::alertable_handle_events> methods returns -1, the
- * <end_reactor_event_loop> method is invoked, or the <ACE_Time_Value>
+ * <end_reactor_event_loop> method is invoked, or the ACE_Time_Value
* expires.
*/
virtual int run_reactor_event_loop (ACE_Time_Value &tv,