summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tests/Param_Test/param_test.idl2
-rw-r--r--TAO/tests/Param_Test/tests.h3
2 files changed, 3 insertions, 2 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);
diff --git a/TAO/tests/Param_Test/tests.h b/TAO/tests/Param_Test/tests.h
index 2af44506403..1b94e3871d4 100644
--- a/TAO/tests/Param_Test/tests.h
+++ b/TAO/tests/Param_Test/tests.h
@@ -44,6 +44,7 @@
#include "var_struct.h"
#include "except.h"
#include "big_union.h"
+#if 0
#include "multdim_array.h"
-
+#endif
#endif /* if !defined */