diff options
Diffstat (limited to 'ACE/ace/Reactor.h')
-rw-r--r-- | ACE/ace/Reactor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Reactor.h b/ACE/ace/Reactor.h index 423c736bbbb..a791a65227d 100644 --- a/ACE/ace/Reactor.h +++ b/ACE/ace/Reactor.h @@ -380,7 +380,7 @@ public: * Shorthand for calling * register_handler(ACE_HANDLE,ACE_Event_Handler*,ACE_Reactor_Mask), * multiple times for the same @a event_handler and @a masks but - * different <handles>. + * different @a handles. */ int register_handler (const ACE_Handle_Set &handles, ACE_Event_Handler *event_handler, @@ -524,7 +524,7 @@ public: * Resume @a handles. * * Shorthand for calling resume_handler(ACE_HANDLE) with multiple - * <handles>. + * @a handles. */ int resume_handler (const ACE_Handle_Set &handles); |