summaryrefslogtreecommitdiff
path: root/ACE/ace/Reactor_Impl.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-11-01 09:27:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-11-01 09:27:49 +0000
commit2b231e78caf1b991111a8425209f9eadbfb15042 (patch)
treeef3a1a5773ea78553a2bbb567eec585d54422d4b /ACE/ace/Reactor_Impl.h
parentcb8e6c7e61f4e182b2efdd0d02d6a2199047b52c (diff)
downloadATCD-2b231e78caf1b991111a8425209f9eadbfb15042.tar.gz
Thu Nov 1 09:27:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Reactor_Impl.h')
-rw-r--r--ACE/ace/Reactor_Impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Reactor_Impl.h b/ACE/ace/Reactor_Impl.h
index 390737b8b07..bbeeefd1a22 100644
--- a/ACE/ace/Reactor_Impl.h
+++ b/ACE/ace/Reactor_Impl.h
@@ -484,7 +484,7 @@ public:
/**
* Check to see if <handle> is associated with a valid Event_Handler
* bound to @a mask. Return the @a event_handler associated with this
- * <handler> if @a event_handler != 0.
+ * handler if @a event_handler != 0.
*/
virtual int handler (ACE_HANDLE handle,
ACE_Reactor_Mask mask,
@@ -493,7 +493,7 @@ public:
/**
* Check to see if @a signum is associated with a valid Event_Handler
* bound to a signal. Return the @a event_handler associated with
- * this <handler> if @a event_handler != 0.
+ * this handler if @a event_handler != 0.
*/
virtual int handler (int signum,
ACE_Event_Handler ** = 0) = 0;