summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-21 14:35:30 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-21 14:35:30 +0000
commit6c6830fa3844b36c7f52452e59d68e57b32b3d09 (patch)
tree4bd36ecc4ca9c8100bc97a9a05df1040a8996e77
parent1a5fa3668a14561e8c4bb002e8aafba29eb4921e (diff)
downloadATCD-6c6830fa3844b36c7f52452e59d68e57b32b3d09.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 5da6a667c03..5cf4df17faf 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,7 +1,9 @@
Wed Apr 21 09:25:16 1999 David L. Levine <levine@cs.wustl.edu>
* tests/NestedUpcall/MT_Client_Test/client.cpp (main),
- examples/Quoter/client.cpp (main):
+ examples/Quoter/client.cpp (main),
+ performance-tests/Cubit/COOL/MT_Cubit/client.cpp
+ (do_priority_inversion_test):
replaced ACE_SCHED_FIFO with THR_SCHED_FIFO in activate calls.
Thanks to Carlos for finding this subtle error.