diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-11-01 09:27:49 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-11-01 09:27:49 +0000 |
commit | 2b231e78caf1b991111a8425209f9eadbfb15042 (patch) | |
tree | ef3a1a5773ea78553a2bbb567eec585d54422d4b /ACE/ace/Select_Reactor_T.h | |
parent | cb8e6c7e61f4e182b2efdd0d02d6a2199047b52c (diff) | |
download | ATCD-2b231e78caf1b991111a8425209f9eadbfb15042.tar.gz |
Thu Nov 1 09:27:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Select_Reactor_T.h')
-rw-r--r-- | ACE/ace/Select_Reactor_T.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ace/Select_Reactor_T.h b/ACE/ace/Select_Reactor_T.h index da0bc0071c0..6ba0ef571dc 100644 --- a/ACE/ace/Select_Reactor_T.h +++ b/ACE/ace/Select_Reactor_T.h @@ -507,7 +507,7 @@ public: /** * Check to see if <handle> is associated with a valid Event_Handler - * bound to @a mask. Return the <eh> associated with this <handler> + * bound to @a mask. Return the @a eh associated with this @a handler * if <eh> != 0. */ virtual int handler (ACE_HANDLE handle, @@ -517,7 +517,7 @@ public: /** * Check to see if @a signum is associated with a valid Event_Handler * bound to a signal. Return the <eh> associated with this - * <handler> if <eh> != 0. + * handler if <eh> != 0. */ virtual int handler (int signum, ACE_Event_Handler ** = 0); @@ -580,15 +580,15 @@ protected: /// Resume the <Event_Handler> associated with <handle> virtual int resume_i (ACE_HANDLE handle); - /// Implement the public <handler> method. + /// Implement the public handler method. virtual ACE_Event_Handler *find_handler_i (ACE_HANDLE handle); - /// Implement the public <handler> method. + /// Implement the public handler method. virtual int handler_i (ACE_HANDLE handle, ACE_Reactor_Mask, ACE_Event_Handler ** = 0); - /// Implement the public <handler> method. + /// Implement the public handler method. virtual int handler_i (int signum, ACE_Event_Handler ** = 0); /** |