summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog-99c9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 8d3c7cfbf0c..9cf7316a1f3 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -6,6 +6,15 @@ Tue May 11 20:40:52 1999 Jeff Parsons <parsons@cs.wustl.edu>
constructor. This was causing all the DII param_tests to
fail.
+ * tao/Any.cpp:
+ Removed the branch from value() that returns (void *)cdr_.
+ After checking through all the code in the TAO directory,
+ there seems to be nothing that this endangers. Also ran the
+ DII param_tests before and after committing the change -
+ the results were the same. So now the functionality is
+ cleanly divided: Any::value() for the void* and
+ Any::_tao_get_cdr() for the cdr_.
+
Tue May 11 18:06:40 1999 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/Makefile: