summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>1999-04-12 04:51:08 +0000
committerbala <balanatarajan@users.noreply.github.com>1999-04-12 04:51:08 +0000
commitc49d3431c8094a4f77d3a174f4935ee728473bb8 (patch)
treed4c7ef0e31f797d84aa6c8b0d1ba093a3a3ae971
parent76b013022b33254b938c9dcd82a825318f41ee66 (diff)
downloadATCD-c49d3431c8094a4f77d3a174f4935ee728473bb8.tar.gz
Changes for NT
-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 */