summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-12 08:57:01 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-12 08:57:01 +0000
commit1c9023bd7db3dc52534ef9b828967e0fc250aeae (patch)
treea91cecacb5b29e3bcbacc7037e7ecfbd0f10dfa2
parent76bd61c20f1ccb9f548d8fc05b0e63b583944e5e (diff)
downloadATCD-1c9023bd7db3dc52534ef9b828967e0fc250aeae.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c12
1 files changed, 10 insertions, 2 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 7fc310b70c3..5b748631533 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,10 +1,18 @@
+Mon Apr 12 03:30:18 1999 Pradeep Gore <pradeep@flamenco.cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_union/any_op_cs.cpp (gen_extraction):
+ modified ACE_static_cast to ACE_dynamic_cast to fix a compile
+ error on SunCC 5.0 when casting to void* from non-void pointer.
+ Thanks to Darren Whobrey <whobrey@fecit.co.uk> for reporting
+ this bug.
+
Mon Apr 12 00:26:31 1999 Douglas C. Schmidt <schmidt@cs.wustl.edu>
* TAO version 0.3.19 released.
Sun Apr 11 23:55:50 1999 Balachandran Natarajan <bala@cs.wustl.edu>
- * tests/Param_Test/driver.cpp
+ * tests/Param_Test/driver.cpp
* tests/Param_Test/multdim_array.cpp
* tests/Param_Test/param_test.idl
* tests/Param_Test/param_test_i.cpp
@@ -49,7 +57,7 @@ Sat Apr 10 20:55:00 1999 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/Param_Test/param_test_i.cpp
* tests/Param_Test/param_test_i.h
* tests/Param_Test/tests.h: Added a new test case for
- multi-dimensional array checking.
+ multi-dimensional array checking.
Sat Apr 10 14:26:48 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>