summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-14 18:07:04 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-04-14 18:07:04 +0000
commit4f6639522a78861c52728630e3cf4c7e3872637c (patch)
tree7359e41daece0825cf2867b3c764bea275349934
parent7f5013e6d38d1dc6975469638f739e70d0384e63 (diff)
downloadATCD-4f6639522a78861c52728630e3cf4c7e3872637c.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c46
1 files changed, 25 insertions, 21 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 5afb6500d08..1c3d61276d1 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,34 +1,35 @@
Tue Apr 14 12:27:35 1998 Carlos O'Ryan <coryan@cs.wustl.edu>
- * tao/decode.cpp:
- * tao/encode.cpp:
- Use the write_*_array() and read_*_array() when
- encoding/decoding arrays or sequences into/from a CDR
- stream. Since every request has at least one sequence (the
- object key) this is a improvement for all requests.
- I was able to measure improvements in the order of 5% to 10% for
- IDL_Cubit.
+ * tao/decode.cpp:
+ * tao/encode.cpp:
+ Use the write_*_array() and read_*_array() when
+ encoding/decoding arrays or sequences into/from a CDR
+ stream. Since every request has at least one sequence (the
+ object key) this is a improvement for all requests.
+ I was able to measure improvements in the order of 5% to 10% for
+ IDL_Cubit.
- * tests/CDR/growth.cpp:
- The correct interface to accumulate measurements in a
- ACE_High_Res_Timer is start_incr()/stop_incr().
+ * tests/CDR/growth.cpp:
+ The correct interface to accumulate measurements in a
+ ACE_High_Res_Timer is start_incr()/stop_incr().
- * tests/Cubit/TAO/IDL_Cubit/client.cpp:
- Increased the maximum sequence size to 100, otherwise it is hard
- to notice how the sequences affect performance.
+ * tests/Cubit/TAO/IDL_Cubit/client.cpp:
+ Increased the maximum sequence size to 100, otherwise it is hard
+ to notice how the sequences affect performance.
- * docs/releasenotes/ec.html:
- Added an explicit example on how to run the Event_Latency test.
+ * docs/releasenotes/ec.html:
+ Added an explicit example on how to run the Event_Latency test.
- * tao/Exception.cpp:
- Fixed indentation.
+ * tao/Exception.cpp:
+ Fixed indentation.
- * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
- An exception was not "rethrown".
+ * orbsvcs/tests/EC_Multiple/EC_Multiple.cpp:
+ An exception was not "rethrown".
Tue Apr 14 12:23:04 1998 David L. Levine <levine@cs.wustl.edu>
- * orbsvcs/orbsvcs/Sched/DynSched.cpp,Strategy_Scheduler.cpp:
+ * orbsvcs/orbsvcs/Sched/DynSched.cpp,Strategy_Scheduler.cpp,
+ tests/Cubit/TAO/MT_Cubit/Task_Client.h:
#include math.h after #including the ACE headers, to avoid a
compile warning on ghs/VxWorks.
@@ -38,6 +39,9 @@ Tue Apr 14 12:23:04 1998 David L. Levine <levine@cs.wustl.edu>
* orbsvcs/orbsvcs/Sched/SchedEntry.h (OS_priority): removed
name qualifier (the class name).
+ * tests/Param_Test/client.cpp (run_dii_test): removed second
+ return statement at end.
+
Tue Apr 14 10:23:32 1998 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
* tao/ORB_Core.h (TAO_ORB_Core): Moved a bunch of "set" methods