summaryrefslogtreecommitdiff
path: root/ChangeLog-98b
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-01 03:09:37 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-07-01 03:09:37 +0000
commit5882f78707bdf8655c5ac054a36c1261882dca8f (patch)
treef11d301146ca6ea6869a62e8391d672cd1abf4eb /ChangeLog-98b
parenta45a0f89d1c16ee9f6496613e441602326c20410 (diff)
downloadATCD-5882f78707bdf8655c5ac054a36c1261882dca8f.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog-98b')
-rw-r--r--ChangeLog-98b53
1 files changed, 29 insertions, 24 deletions
diff --git a/ChangeLog-98b b/ChangeLog-98b
index e0e87c0d01e..8721575866b 100644
--- a/ChangeLog-98b
+++ b/ChangeLog-98b
@@ -1,42 +1,47 @@
+Tue Jun 30 22:05:01 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * tests/Dynamic_Priority_Test.cpp: added template
+ instantiations.
+
Tue Jun 30 18:55:45 1998 Chris Gill <cdgill@cs.wustl.edu>
- * ace/Message_Queue_T.{cpp, h}
+ * ace/Message_Queue_T.{cpp, h}
- Added methods to ACE_Message_Queue_Factory to
- create an ACE_Dynamic_Message_Queue with the
- deadline and laxity with cleanup strategies.
-
- * tests/Dynamic_Priority_Test.cpp
+ Added methods to ACE_Message_Queue_Factory to
+ create an ACE_Dynamic_Message_Queue with the
+ deadline and laxity with cleanup strategies.
- Added tests for the new cleanup strategy factory methods
+ * tests/Dynamic_Priority_Test.cpp
+
+ Added tests for the new cleanup strategy factory methods
Tue Jun 30 18:03:15 1998 Chris Gill <cdgill@cs.wustl.edu>
- * ace/Message_Queue_T.{cpp, h}
- ace/Message_Block.{cpp, h, i}
+ * ace/Message_Queue_T.{cpp, h}
+ ace/Message_Block.{cpp, h, i}
+
+ Reorganized ACE_Dynamic_Message_Queue and related classes,
+ fixed bugs that turned up in testing: it's ready to put
+ on the road and see how it runs ;-)
- Reorganized ACE_Dynamic_Message_Queue and related classes,
- fixed bugs that turned up in testing: it's ready to put
- on the road and see how it runs ;-)
-
- * tests/Dynamic_Priority_Test.{cpp, dsp}
+ * tests/Dynamic_Priority_Test.{cpp, dsp}
tests/tests.dsw
- tests/Makefile
+ tests/Makefile
tests/run_tests.{bat, sh}
- Added a test for the static and dynamic (both deadline and laxity
- based) message queues, which assigns various message attributes,
- pushes messages into the queue, and makes sure the resulting
- dequeue order is correct for the given kind of queue.
+ Added a test for the static and dynamic (both deadline and laxity
+ based) message queues, which assigns various message attributes,
+ pushes messages into the queue, and makes sure the resulting
+ dequeue order is correct for the given kind of queue.
Tue Jun 30 14:04:42 1998 Steve Huston <shuston@riverace.com>
- * ace/Message_Queue_T.cpp: Fixed references to an undeclared
- priority_eval_func_ptr_ - I think I figured out what it was
- supposed to be doing, but I'm not quite sure. It compiles ;-)
+ * ace/Message_Queue_T.cpp: Fixed references to an undeclared
+ priority_eval_func_ptr_ - I think I figured out what it was
+ supposed to be doing, but I'm not quite sure. It compiles ;-)
- * ace/Synch.h (ACE_Adaptive_Lock): Removed "= 0" (pure virtual) from
- destructor decl. The function is defined in Synch.cpp.
+ * ace/Synch.h (ACE_Adaptive_Lock): Removed "= 0" (pure virtual) from
+ destructor decl. The function is defined in Synch.cpp.
Tue Jun 30 13:13:21 1998 Irfan Pyarali <irfan@cs.wustl.edu>