summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/param_test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/param_test.idl')
-rw-r--r--TAO/tests/Param_Test/param_test.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Param_Test/param_test.idl b/TAO/tests/Param_Test/param_test.idl
index db82803d67f..de8c4cae069 100644
--- a/TAO/tests/Param_Test/param_test.idl
+++ b/TAO/tests/Param_Test/param_test.idl
@@ -270,9 +270,9 @@ interface Param_Test
// dimensional array. The following will define a 3-dimensional array of size
// DIM1 X DIM2 X DIM3
const unsigned long DIM3 = 3;
+# if 0
typedef Fixed_Array Multdim_Array [DIM2][DIM3];
-# if 0
Multdim_Array test_multdim_array (in Multdim_Array m1,
inout Multdim_Array m2,
out Multdim_Array m3);