From d9090300ca127fd6db68521e581800211080671e Mon Sep 17 00:00:00 2001 From: parsons Date: Wed, 21 Jul 1999 21:08:39 +0000 Subject: Uncommented examples with 3-dimensional arrays. --- TAO/tests/IDL_Test/array.idl | 3 +-- TAO/tests/IDL_Test/typedef.idl | 3 +-- 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]; -- cgit v1.2.1