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.idl16
1 files changed, 8 insertions, 8 deletions
diff --git a/TAO/tests/Param_Test/param_test.idl b/TAO/tests/Param_Test/param_test.idl
index ca21de43115..ce69c42eae8 100644
--- a/TAO/tests/Param_Test/param_test.idl
+++ b/TAO/tests/Param_Test/param_test.idl
@@ -106,8 +106,8 @@ interface Param_Test
typedef sequence<Step> PathSpec;
PathSpec test_unbounded_struct_sequence (in PathSpec s1,
- inout PathSpec s2,
- out PathSpec s3);
+ inout PathSpec s2,
+ out PathSpec s3);
typedef sequence<short> Short_Seq;
Short_Seq test_short_sequence (in Short_Seq s1,
@@ -215,8 +215,8 @@ interface Param_Test
Coffee test_objref (in Coffee o1, inout Coffee o2, out Coffee o3);
// test typecodes
- CORBA::TypeCode test_typecode (in CORBA::TypeCode t1,
- inout CORBA::TypeCode t2,
+ CORBA::TypeCode test_typecode (in CORBA::TypeCode t1,
+ inout CORBA::TypeCode t2,
out CORBA::TypeCode t3);
// Anys. We try to pump in all kinds of data types thru these Anys
@@ -268,8 +268,8 @@ interface Param_Test
exception BadBoy {
};
unsigned long test_exception (in unsigned long s1,
- inout unsigned long s2,
- out unsigned long s3)
+ inout unsigned long s2,
+ out unsigned long s3)
raises (Ooops);
union Big_Union switch (short)
@@ -324,8 +324,8 @@ interface Param_Test
short level9_short;
};
- any test_complex_any (in any ca1,
- inout any ca2,
+ any test_complex_any (in any ca1,
+ inout any ca2,
out any ca3);
// Recursive structs. Contains a sequence of itself.