summaryrefslogtreecommitdiff
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
parent1ae9901fe49f4aff784405309f4698cae32d2193 (diff)
downloadATCD-c44dca27df52db9283fbae51eafe6f8f79ced57c.tar.gz
ChangeLogTag:Mon Jan 10 12:50:10 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLogs/ChangeLog-02a5
-rw-r--r--ChangeLogs/ChangeLog-03a5
-rw-r--r--ace/Select_Reactor_T.h12
4 files changed, 21 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 5689d4a0b96..fe1d06d75c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jan 10 12:50:10 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ace/Select_Reactor_T.h (class ACE_Select_Reactor_T): Reformatted the
+ documentation a bit...
+
Mon Jan 10 15:37:22 2000 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/Pair_T: Added const accessors to the pair class. Also,
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 5689d4a0b96..fe1d06d75c3 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Mon Jan 10 12:50:10 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ace/Select_Reactor_T.h (class ACE_Select_Reactor_T): Reformatted the
+ documentation a bit...
+
Mon Jan 10 15:37:22 2000 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/Pair_T: Added const accessors to the pair class. Also,
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 5689d4a0b96..fe1d06d75c3 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Mon Jan 10 12:50:10 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+
+ * ace/Select_Reactor_T.h (class ACE_Select_Reactor_T): Reformatted the
+ documentation a bit...
+
Mon Jan 10 15:37:22 2000 Irfan Pyarali <irfan@cs.wustl.edu>
* ace/Pair_T: Added const accessors to the pair class. Also,
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.