summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 01:58:06 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-12 01:58:06 +0000
commit42331fc4bcd8fc7be0fd25721fb92afbca0bf54c (patch)
tree7bf0f4ee75331cd6e0acf9cca1e2f275e0d918a8
parenta407a66dc48291c4b7ddf0bb8f123a6a1bda806c (diff)
downloadATCD-42331fc4bcd8fc7be0fd25721fb92afbca0bf54c.tar.gz
*** empty log message ***
-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: