summaryrefslogtreecommitdiff
path: root/ACE/ace/Event_Handler.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-08-02 18:17:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-08-02 18:17:28 +0000
commit0dbf3fdb093228d2929f0690086a185c5460e66a (patch)
treea5616e08d358e590f1cbc79bfc3cf48cd277f84c /ACE/ace/Event_Handler.h
parent9e26218fde6019d6d99156383ec2a928efc82f82 (diff)
downloadATCD-0dbf3fdb093228d2929f0690086a185c5460e66a.tar.gz
Wed Aug 2 18:16:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Event_Handler.h')
-rw-r--r--ACE/ace/Event_Handler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Event_Handler.h b/ACE/ace/Event_Handler.h
index b6b066cb379..d97a448e5b4 100644
--- a/ACE/ace/Event_Handler.h
+++ b/ACE/ace/Event_Handler.h
@@ -127,7 +127,7 @@ public:
/// Called when a <handle_*()> method returns -1 or when the
/// <remove_handler> method is called on an ACE_Reactor. The
/// <close_mask> indicates which event has triggered the
- /// <handle_close> method callback on a particular <handle>.
+ /// <handle_close> method callback on a particular @a handle.
virtual int handle_close (ACE_HANDLE handle,
ACE_Reactor_Mask close_mask);
@@ -178,7 +178,7 @@ public:
* work around Win32 limitations that don't allow us to <select> on
* non-sockets (such as ACE_STDIN). This is commonly used in
* situations where the Reactor is used to demultiplex read events
- * on ACE_STDIN on UNIX. Note that <event_handler> must be a
+ * on ACE_STDIN on UNIX. Note that @a event_handler must be a
* subclass of ACE_Event_Handler. If the <get_handle> method of
* this event handler returns <ACE_INVALID_HANDLE> we default to
* reading from ACE_STDIN.