summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Client_Propagated/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Client_Propagated/test.idl')
-rw-r--r--TAO/tests/RTCORBA/Client_Propagated/test.idl13
1 files changed, 0 insertions, 13 deletions
diff --git a/TAO/tests/RTCORBA/Client_Propagated/test.idl b/TAO/tests/RTCORBA/Client_Propagated/test.idl
deleted file mode 100644
index ce79aec2ee7..00000000000
--- a/TAO/tests/RTCORBA/Client_Propagated/test.idl
+++ /dev/null
@@ -1,13 +0,0 @@
-//
-// $Id$
-//
-
-interface Test
-{
- void test_method (in short priority);
- // Print out the CORBA priority of the servant thread and check that
- // it is equal to the <priority> argument.
-
- oneway void shutdown ();
- // Shut down the ORB.
-};