summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Bug_3643_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Bug_3643_Regression/test.idl')
-rw-r--r--TAO/tests/RTCORBA/Bug_3643_Regression/test.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tests/RTCORBA/Bug_3643_Regression/test.idl b/TAO/tests/RTCORBA/Bug_3643_Regression/test.idl
new file mode 100644
index 00000000000..3bc8f9af25c
--- /dev/null
+++ b/TAO/tests/RTCORBA/Bug_3643_Regression/test.idl
@@ -0,0 +1,12 @@
+//
+// $Id$
+//
+
+interface test
+{
+ long method (in long client_id,
+ in long iteration,
+ out long thread_count);
+
+ oneway void shutdown ();
+};