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