summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-21 21:08:39 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-21 21:08:39 +0000
commitd9090300ca127fd6db68521e581800211080671e (patch)
treed499a47eedb9d633add2405d1763a0b0d3f8c605
parentc9e408cd1b014867d79a9099121d051876d84109 (diff)
downloadATCD-d9090300ca127fd6db68521e581800211080671e.tar.gz
Uncommented examples with 3-dimensional arrays.
-rw-r--r--TAO/tests/IDL_Test/array.idl3
-rw-r--r--TAO/tests/IDL_Test/typedef.idl3
2 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/IDL_Test/array.idl b/TAO/tests/IDL_Test/array.idl
index c2d22ff681c..406a01c7b79 100644
--- a/TAO/tests/IDL_Test/array.idl
+++ b/TAO/tests/IDL_Test/array.idl
@@ -22,8 +22,7 @@
// Multidimensional arrays - constant vigilance.
typedef short TwoDArray[64][63];
-// Not yet
-//typedef short ThreeDArray[64][63][62];
+typedef short ThreeDArray[64][63][62];
// This problem is a combination of two others
// that have long been fixed, but you never know...
diff --git a/TAO/tests/IDL_Test/typedef.idl b/TAO/tests/IDL_Test/typedef.idl
index 2ed02975e56..c2e4ddad6de 100644
--- a/TAO/tests/IDL_Test/typedef.idl
+++ b/TAO/tests/IDL_Test/typedef.idl
@@ -37,7 +37,6 @@ typedef M5 R5;
typedef R5 V5;
-// Not yet - creates an array of more than 2 dimensions
-// typedef V5 Z5[5];
+ typedef V5 Z5[5];