summaryrefslogtreecommitdiff
path: root/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLogs/ChangeLog-02a')
-rw-r--r--ChangeLogs/ChangeLog-02a12
1 files changed, 6 insertions, 6 deletions
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 2229f705691..b6b7e724521 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,12 +1,12 @@
Sun May 12 10:11:07 2002 Douglas C. Schmidt <schmidt@macarena.cs.wustl.edu>
- * ace/Message_Queue_T.cpp: Updated all the enqueue*() and dequeue*() methods
- so that they use the new total_size_and_length() method, which
- is more efficient.
+ * ace/Message_Queue_T.cpp: Updated all the enqueue*() and
+ dequeue*() methods so that they use the new
+ total_size_and_length() method, which is more efficient.
- * ace/Message_Block.h (ACE_Message_Block): Added new total_size_and_length()
- method to speed up calculation of these values by putting them
- into one loop.
+ * ace/Message_Block.h (ACE_Message_Block): Added new
+ total_size_and_length() method to speed up calculation of these
+ values by putting them into one loop.
Sun May 12 11:12:00 2002 Nanbor Wang <nanbor@cs.wustl.edu>