From c4abde15b611512b15a76cc9a48648ae0111a41f Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 21 Apr 2020 19:47:24 +0200 Subject: [PATCH] Doxygen changes * ACE/ace/WFMO_Reactor.h: --- ACE/ace/WFMO_Reactor.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ACE/ace/WFMO_Reactor.h b/ACE/ace/WFMO_Reactor.h index c9fa9431a6c..a0ddf7e6d40 100644 --- a/ACE/ace/WFMO_Reactor.h +++ b/ACE/ace/WFMO_Reactor.h @@ -121,7 +121,7 @@ public: /// event bool io_entry_; - /// The assosiated Event_Handler + /// The associated Event_Handler ACE_Event_Handler *event_handler_; /// The I/O handle related to the Event_Handler. This entry is @@ -434,14 +434,14 @@ public: void dump (void) const; protected: - /// Reference to our . + /// Reference to our WFMO_Reactor. ACE_WFMO_Reactor &wfmo_reactor_; /// Maximum number of handles. size_t max_size_; /** - * Array of passed to . This + * Array of ACE_HANDLEs passed to . This * is not part of the structure as the handle array needs to be * passed directly to . */ @@ -497,7 +497,7 @@ public: /// Constructor ACE_WFMO_Reactor_Notify (size_t max_notifies = 1024); - /// Initialization. @a timer_queue is stored to call . + /// Initialization. @a timer_queue is stored to call gettimeofday(). virtual int open (ACE_Reactor_Impl *wfmo_reactor, ACE_Timer_Queue *timer_queue, int disable_notify = 0); -- 2.11.4.GIT