summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-25 00:26:45 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-02-25 00:26:45 +0000
commit8e32c78a46987e5959dcf1ac40f8478420830f3b (patch)
treed5c907cafcf0516a2b8a769d1618f2ba764070d3
parent413cdbee4707a73872e65aa948ce08dc5d6ac15b (diff)
downloadATCD-8e32c78a46987e5959dcf1ac40f8478420830f3b.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 * before making the upcall.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 25cb890c870..6180ba9f243 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -5,7 +5,7 @@ Thu Feb 24 18:21:42 2000 Jeff Parsons <parsons@cs.wustl.edu>
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 *.
+ const foo_slice * before making the upcall.
Thu Feb 24 16:25:04 2000 Yamuna Krishnamurthy <yamuna@cs.wustl.edu>