summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-31 19:04:58 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-31 19:04:58 +0000
commitb8bfde7d47e937937a442174695cd64cd7b9397b (patch)
tree02cfcfc87be2d9c6887c6321c16e74d1d5bd8d3d
parentb2a62e38f93341ab7974213e8eace1da4d2cb215 (diff)
downloadATCD-b8bfde7d47e937937a442174695cd64cd7b9397b.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-98c13
1 files changed, 10 insertions, 3 deletions
diff --git a/TAO/ChangeLog-98c b/TAO/ChangeLog-98c
index 6fe577d4d13..b5a9c2894ec 100644
--- a/TAO/ChangeLog-98c
+++ b/TAO/ChangeLog-98c
@@ -1,8 +1,15 @@
+Sat Oct 31 13:03:58 1998 David L. Levine <levine@cs.wustl.edu>
+
+ * tao/CDR.i (operator<<): removed some return statements so that
+ returns at end of functions don't need to be wrapped with
+ ACE_NOTREACHED. That seems to be the only way to keep
+ both GHS and DEC cxx happy.
+
Sat Oct 31 01:49:06 1998 Nanbor Wang <nanbor@cs.wustl.edu>
- * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp (main):
- Added check for argv[0] to determine whether to use collocation
- optimization or not.
+ * performance-tests/Cubit/TAO/IDL_Cubit/collocation_test.cpp (main):
+ Added check for argv[0] to determine whether to use collocation
+ optimization or not.
Fri Oct 30 23:04:20 1998 David L. Levine <levine@cs.wustl.edu>