summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor_T.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-10 22:31:18 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-01-10 22:31:18 +0000
commitc44dca27df52db9283fbae51eafe6f8f79ced57c (patch)
tree13e5a5adbb105d3a726a9bc5b612a1bce2ca239a /ace/Select_Reactor_T.h
parent1ae9901fe49f4aff784405309f4698cae32d2193 (diff)
downloadATCD-c44dca27df52db9283fbae51eafe6f8f79ced57c.tar.gz
ChangeLogTag:Mon Jan 10 12:50:10 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/Select_Reactor_T.h')
-rw-r--r--ace/Select_Reactor_T.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ace/Select_Reactor_T.h b/ace/Select_Reactor_T.h
index b6da9216128..f7f186c884a 100644
--- a/ace/Select_Reactor_T.h
+++ b/ace/Select_Reactor_T.h
@@ -32,7 +32,7 @@ class ACE_Select_Reactor_Token_T : public ACE_SELECT_REACTOR_MUTEX
//
// = DESCRIPTION
// This class is used to make the <ACE_Select_Reactor>
- // thread-safe. By default, the thread that runs the
+ // thread-safe. By default, the thread that runs the
// <handle_events> loop holds the token, even when it is blocked
// in the <select> call. Whenever another thread wants to
// access the <ACE_Reactor> via its <register_handler>,
@@ -103,13 +103,13 @@ class ACE_Select_Reactor_T : public ACE_Select_Reactor_Impl
// dispatcher.
//
// = DESCRIPTION
- // The ACE_Select_Reactor is an object-oriented event
+ // The <ACE_Select_Reactor> is an object-oriented event
// demultiplexor and event handler dispatcher. The sources of
- // events that the ACE_Select_Reactor waits for and dispatches
+ // events that the <ACE_Select_Reactor> waits for and dispatches
// includes I/O events, signals, and timer events. All public
- // methods acquire the main <Select_Reactor> token lock and call
- // down to private or protected methods, which assume that the
- // lock is held and so therefore don't (re)acquire the lock.
+ // methods acquire the main <ACE_Select_Reactor_Token> lock and
+ // call down to private or protected methods, which assume that
+ // the lock is held and so therefore don't (re)acquire the lock.
public:
// = Initialization and termination methods.