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