summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-25 00:26:01 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-25 00:26:01 +0000
commit413cdbee4707a73872e65aa948ce08dc5d6ac15b (patch)
tree79896f930651477ed2ae8f5c24931e65c3281150
parent2da3a9e714c64c05606a4f1ad4b998619deceae0 (diff)
downloadATCD-413cdbee4707a73872e65aa948ce08dc5d6ac15b.tar.gz
* TAO_IDL/be/be_visitor_argument/upcall_ss.cpp:
If a multidimensional array 'foo' is an IN parameter to an operation, some compilers have trouble with the implicit cast to const. We now help them out by casting (multidimensional arrays only) the IN argument to const foo_slice *.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 6eb5d5df1eb..25cb890c870 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,12 @@
+Thu Feb 24 18:21:42 2000 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_argument/upcall_ss.cpp:
+ If a multidimensional array 'foo' is an IN parameter to an
+ operation, some compilers have trouble with the
+ implicit cast to const. We now help them out by casting
+ (multidimensional arrays only) the IN argument to
+ const foo_slice *.
+
Thu Feb 24 16:25:04 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>
* orbsvcs/tests/AVStreams/mpeg/source/server/Machine_Properties.cpp: