summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-21 21:11:21 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-21 21:11:21 +0000
commit6fb52553865605d8f7aa0b7401fea3fb081e60aa (patch)
tree10071f5356fdf465b2516b7a26813ef1b6ed1d39
parentd9090300ca127fd6db68521e581800211080671e (diff)
downloadATCD-6fb52553865605d8f7aa0b7401fea3fb081e60aa.tar.gz
* TAO_IDL/be/be_visitor_array/array_ci.cpp:
Modified _var and _forany copy constructor, deep copy assignment operator, [] const operator, and .in() method code generation to work with arrays of 3 or more dimensions. * TAO/tests/IDL_Test/array.idl: * TAO/tests/IDL_Test/typedef.idl: Uncommented examples with 3-dimensional arrays.
-rw-r--r--TAO/ChangeLog-99c11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index a7508720708..43fc086df86 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,14 @@
+Wed Jul 21 16:06:38 1999 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/be/be_visitor_array/array_ci.cpp:
+ Modified _var and _forany copy constructor, deep copy assignment
+ operator, [] const operator, and .in() method code
+ generation to work with arrays of 3 or more dimensions.
+
+ * TAO/tests/IDL_Test/array.idl:
+ * TAO/tests/IDL_Test/typedef.idl:
+ Uncommented examples with 3-dimensional arrays.
+
Wed Jul 21 12:31:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* orbsvcs/ImplRepo_Service/Repository.cpp: