summaryrefslogtreecommitdiff
path: root/tests/DII_Collocation_Tests/oneway/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/DII_Collocation_Tests/oneway/Test.idl')
-rw-r--r--tests/DII_Collocation_Tests/oneway/Test.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/DII_Collocation_Tests/oneway/Test.idl b/tests/DII_Collocation_Tests/oneway/Test.idl
index a38d373dfbe..e3e8a70dc4d 100644
--- a/tests/DII_Collocation_Tests/oneway/Test.idl
+++ b/tests/DII_Collocation_Tests/oneway/Test.idl
@@ -53,16 +53,16 @@ module Test
oneway void test_object_arg (in Object o);
- oneway void test_args_1 (in Object arg1,
- in char arg2,
+ oneway void test_args_1 (in Object arg1,
+ in char arg2,
in Simple_Test arg3);
- oneway void test_args_2 (in string arg1,
- in Fixed_Array arg2,
+ oneway void test_args_2 (in string arg1,
+ in Fixed_Array arg2,
in TimeOfDay arg3);
oneway void test_args_3 (in Bounded_String arg1,
- in Bounded_Var_Size_Arg arg2,
+ in Bounded_Var_Size_Arg arg2,
in Unbounded_Var_Size_Arg arg3,
in Var_Array arg4);