summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2004-06-12 22:49:36 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2004-06-12 22:49:36 +0000
commit78994a1f350d3ebb2f8fad15aa5d30f7b4b3388d (patch)
treee731dbe7760f1dea490ccf1d0f308cb408b6b1ed /ChangeLog
parentef9c1841e5fe897a5b5acbc8396c67285cd2159a (diff)
downloadATCD-78994a1f350d3ebb2f8fad15aa5d30f7b4b3388d.tar.gz
ChangeLogTag:Sat Jun 12 17:16:53 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b45bbdd4d10..cce48ec125c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Sat Jun 12 17:16:53 2004 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * ace/Message_Queue_T.cpp (dequeue_prio_i): Change the use of
+ < to <= so that we'll find the earliest message in a group of
+ messages with the same priority to preserve FIFO order. Thanks
+ to Olivier Brunet <o.brunet@free.fr> for reporting this problem.
+
+ * ace/Message_Queue_T.h (class ACE_Message_Queue): Updated the
+ documentation to be accurate about preserving FIFO order within
+ a priority level.
+
+ * ace/Message_Queue_T.cpp (enqueue_i): Fixed an incorrect comment
+ - the tail is where the lowest priority message is and the head
+ is where the higest priority message is!
+
Fri Jun 11 17:16:01 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
* docs/README.tutorials: