summaryrefslogtreecommitdiff
path: root/orbsvcs/tests/InterfaceRepo/IFR_Self_Recursive_IDL_Test/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'orbsvcs/tests/InterfaceRepo/IFR_Self_Recursive_IDL_Test/Test.idl')
-rw-r--r--orbsvcs/tests/InterfaceRepo/IFR_Self_Recursive_IDL_Test/Test.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/orbsvcs/tests/InterfaceRepo/IFR_Self_Recursive_IDL_Test/Test.idl b/orbsvcs/tests/InterfaceRepo/IFR_Self_Recursive_IDL_Test/Test.idl
index 7eec6e81c13..2ede1277b90 100644
--- a/orbsvcs/tests/InterfaceRepo/IFR_Self_Recursive_IDL_Test/Test.idl
+++ b/orbsvcs/tests/InterfaceRepo/IFR_Self_Recursive_IDL_Test/Test.idl
@@ -20,13 +20,13 @@ module Test
* This method is used to simplify the test shutdown process
*/
oneway void shutdown ();
-
+
struct RoughWeek
{
BadDay isitok;
SeqBadDay bad;
};
-
+
RoughWeek this_week ();
};
};