From 936932a04c59c73bdc439e928e2d55e249e63340 Mon Sep 17 00:00:00 2001 From: nanbor Date: Mon, 24 Sep 2001 00:30:55 +0000 Subject: ChangeLogTag:Sun Sep 23 19:28:06 2001 Nanbor Wang --- ace/Reactor.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'ace/Reactor.h') diff --git a/ace/Reactor.h b/ace/Reactor.h index 92c5b965473..39d1fd0e3c3 100644 --- a/ace/Reactor.h +++ b/ace/Reactor.h @@ -169,14 +169,12 @@ public: REACTOR_EVENT_HOOK = 0); /** - * Instruct the to terminate its event loop - * and notifies the so that it can wake up - * and close down gracefully. + * Instruct the Reactor to terminate its event loop and notifies the + * Reactor so that it can wake up and close down gracefully. */ virtual int end_reactor_event_loop (void); - /// Indicate if the 's event loop has been - /// ended. + /// Indicate if the Reactor's event loop has been ended. virtual int reactor_event_loop_done (void); /// Resets the static so that the -- cgit v1.2.1