From f1126a8dd0069c3c8bef1634bab2ee828b6f924a Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 12 Apr 2002 06:22:35 +0000 Subject: ChangeLogTag: Fri Apr 12 08:21:12 2002 Johnny Willemsen --- ChangeLog | 5 +++++ ChangeLogs/ChangeLog-02a | 5 +++++ ChangeLogs/ChangeLog-03a | 5 +++++ ace/WFMO_Reactor.h | 21 +++++++++++---------- 4 files changed, 26 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index e8fc1f2d952..1bfab334434 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 12 08:22:12 2002 Johnny Willemsen + + * ace/WFMO_Reactor.h: + Minor improvements doxygen comments + Fri Apr 12 00:15:32 2002 Krishnakumar B * include/makeinclude/platform_sunos5_sunc++.GNU: diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a index e8fc1f2d952..1bfab334434 100644 --- a/ChangeLogs/ChangeLog-02a +++ b/ChangeLogs/ChangeLog-02a @@ -1,3 +1,8 @@ +Fri Apr 12 08:22:12 2002 Johnny Willemsen + + * ace/WFMO_Reactor.h: + Minor improvements doxygen comments + Fri Apr 12 00:15:32 2002 Krishnakumar B * include/makeinclude/platform_sunos5_sunc++.GNU: diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a index e8fc1f2d952..1bfab334434 100644 --- a/ChangeLogs/ChangeLog-03a +++ b/ChangeLogs/ChangeLog-03a @@ -1,3 +1,8 @@ +Fri Apr 12 08:22:12 2002 Johnny Willemsen + + * ace/WFMO_Reactor.h: + Minor improvements doxygen comments + Fri Apr 12 00:15:32 2002 Krishnakumar B * include/makeinclude/platform_sunos5_sunc++.GNU: diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h index 07c677ffeb8..82f43aa43f5 100644 --- a/ace/WFMO_Reactor.h +++ b/ace/WFMO_Reactor.h @@ -124,7 +124,7 @@ public: /** * This is the set of events that the is - * interested in This entry is only valid if the flag + * interested in. This entry is only valid if the flag * is true. */ long network_events_; @@ -478,7 +478,7 @@ public: /// Constructor ACE_WFMO_Reactor_Notify (void); - /// Initialization. is stored to call . + /// Initialization. is stored to call . virtual int open (ACE_Reactor_Impl *wfmo_reactor, ACE_Timer_Queue *timer_queue, int disable_notify = 0); @@ -515,7 +515,7 @@ public: /// because of a thread trying to unblock the virtual int dispatch_notify (ACE_Notification_Buffer &buffer); - /// Verify whether the buffer has dispatchable info or not. + /// Verify whether the buffer has dispatchable info or not. virtual int is_dispatchable (ACE_Notification_Buffer &buffer); /// Read one of the notify call on the into the @@ -574,10 +574,10 @@ private: /// thread up (e.g., when the method is called). ACE_Auto_Event wakeup_one_thread_; + /// Message queue that keeps track of pending . + /// This queue must be thread-safe because it can be called by + /// multiple threads of control. ACE_Message_Queue message_queue_; - // Message queue that keeps track of pending . - // This queue must be thread-safe because it can be called by - // multiple threads of control. /** * Keeps track of the maximum number of times that the @@ -674,8 +674,9 @@ public: virtual int set_timer_queue (ACE_Timer_Queue *tq); /// Set a user-specified timer queue. - /// Return the current . virtual int timer_queue (ACE_Timer_Queue *tq); + + /// Return the current . virtual ACE_Timer_Queue *timer_queue (void) const; /// Close down the WFMO_Reactor and release all of its resources. @@ -926,7 +927,7 @@ public: * * @param event_handler event handler to schedule on reactor * @param arg argument passed to the handle_timeout() method of event_handler - * @param delta time interval after which the timer will expire + * @param delay time interval after which the timer will expire * @param interval time interval after which the timer will be automatically rescheduled * @return -1 on failure, a timer_id value on success */ @@ -1183,7 +1184,7 @@ protected: */ virtual int dispatch_handles (size_t slot); - /// Dispatches a single handler. Returns 0 on success, -1 if the + /// Dispatches a single handler. Returns 0 on success, -1 if the /// handler was removed. virtual int dispatch_handler (size_t slot, size_t max_handlep1); @@ -1193,7 +1194,7 @@ protected: virtual int simple_dispatch_handler (int slot, ACE_HANDLE event_handle); - /// Dispatches a single handler. Returns 0 on success, -1 if the + /// Dispatches a single handler. Returns 0 on success, -1 if the /// handler was removed. virtual int complex_dispatch_handler (int slot, ACE_HANDLE event_handle); -- cgit v1.2.1