summaryrefslogtreecommitdiff
path: root/TAO/tests/Hang_Shutdown/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Hang_Shutdown/Test.idl')
-rw-r--r--TAO/tests/Hang_Shutdown/Test.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tests/Hang_Shutdown/Test.idl b/TAO/tests/Hang_Shutdown/Test.idl
new file mode 100644
index 00000000000..0ea5055f05a
--- /dev/null
+++ b/TAO/tests/Hang_Shutdown/Test.idl
@@ -0,0 +1,11 @@
+// $Id$
+
+module Test
+{
+ interface Hang
+ {
+ void send_stuff (in string foo,
+ in boolean flag);
+ };
+};
+