summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-19 16:25:24 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-19 16:25:24 +0000
commitee63e751b6a83b4606e1b42180ea8cea6bb0c277 (patch)
tree735d84d03ee4a500c79812bcd5266a06d8f26b0c /TAO
parent7702a15b00b4cfb1f59c992b9e6a16bdd82bde0b (diff)
downloadATCD-ee63e751b6a83b4606e1b42180ea8cea6bb0c277.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog-98c35
1 files changed, 20 insertions, 15 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index b9d5fedb6ae..049367b1dc4 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,3 +1,8 @@
+Mon Oct 19 11:24:40 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * orbsvcs/tests/Simple_Naming/client.cpp (already_bound_test,
+ already_bound_test2): added .in () dereference to obj arg.
+
Sun Oct 18 22:05:00 1998 Chris Gill <cdgill@cs.wustl.edu>
* orbsvcs/tests/Sched_Conf/Sched_Conf.cpp
@@ -7,26 +12,26 @@ Sun Oct 18 22:05:00 1998 Chris Gill <cdgill@cs.wustl.edu>
orbsvcs/orbsvcs/Sched/SchedEntry.{cpp,h,i}
orbsvcs/orbsvcs/Sched/Scheduler.h:
Propagated warnings for unresolved remote RT_Info dependencies
- throughout the call graph in the strategized scheduler, enabled
- schedule table generation even when there are unresolved remote
- dependencies or the utilization bound is exceeded. These changes
- allow iterative development of a schedule with useful scheduler
- warnings in debug mode.
-
+ throughout the call graph in the strategized scheduler, enabled
+ schedule table generation even when there are unresolved remote
+ dependencies or the utilization bound is exceeded. These changes
+ allow iterative development of a schedule with useful scheduler
+ warnings in debug mode.
+
Sun Oct 18 21:40:23 1998 Sergio Flores <sergio@tango.cs.wustl.edu>
- * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp:
- * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h:
- * performance-tests/Cubit/TAO/MT_Cubit/client.cpp:
- * performance-tests/Cubit/TAO/MT_Cubit/client.h:
- * performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp: Fixed some
- unreferenced variables that caused warnings. Deleted some
- variables that were not being used. Cleaned up the code a bit.
+ * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.cpp:
+ * performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h:
+ * performance-tests/Cubit/TAO/MT_Cubit/client.cpp:
+ * performance-tests/Cubit/TAO/MT_Cubit/client.h:
+ * performance-tests/Cubit/TAO/MT_Cubit/Cubit_Task.cpp: Fixed some
+ unreferenced variables that caused warnings. Deleted some
+ variables that were not being used. Cleaned up the code a bit.
Sun Oct 18 15:59:36 1998 Matthew J Braun <mjb2@cec.wustl.edu>
- * tests/Param_Test/param_test_i.cpp: Changed use of "TRUE" to 1
- for a Boolean value. Thanks David!
+ * tests/Param_Test/param_test_i.cpp: Changed use of "TRUE" to 1
+ for a Boolean value. Thanks David!
Sun Oct 18 14:20:35 1998 Jeff Parsons <jp4@cs.wustl.edu>