summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-04 05:01:01 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-04 05:01:01 +0000
commita744bcb9a499eb3bac37b863bb98233a83281bc0 (patch)
tree6e2f0d7ea72e0035bd1d8a3de4a85f1e26ae08ef
parente8aca56768ea47dce1c7f6e2f94dab323055f5f9 (diff)
downloadATCD-a744bcb9a499eb3bac37b863bb98233a83281bc0.tar.gz
*** empty log message ***
-rw-r--r--ace/Select_Reactor.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/ace/Select_Reactor.h b/ace/Select_Reactor.h
index 9676dc797ed..3674838639f 100644
--- a/ace/Select_Reactor.h
+++ b/ace/Select_Reactor.h
@@ -839,8 +839,8 @@ protected:
int state_changed_;
// True if state has changed during dispatching of
// <ACE_Event_Handlers>, else false. This is used to determine
- // whether we need to make another trip through the <Select_Reactor>'s
- // <wait_for_multiple_events> loop.
+ // whether we need to make another trip through the
+ // <Select_Reactor>'s <wait_for_multiple_events> loop.
ACE_Select_Reactor_Token token_;
// Synchronization token for the MT_SAFE ACE_Select_Reactor.
@@ -849,7 +849,8 @@ protected:
// Adapter used to return internal lock to outside world.
ACE_Select_Reactor_Notify notify_handler_;
- // Callback object that unblocks the ACE_Select_Reactor if it's sleeping.
+ // Callback object that unblocks the ACE_Select_Reactor if it's
+ // sleeping.
void renew (void);
// Enqueue ourselves into the list of waiting threads at the