summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test.idl')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test.idl10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test.idl b/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test.idl
deleted file mode 100644
index c05ecbf1d64..00000000000
--- a/TAO/orbsvcs/tests/ImplRepo/ping_interrupt/Test.idl
+++ /dev/null
@@ -1,10 +0,0 @@
-// $Id$
-
-interface Test
-{
-
- // Return the number of the server after a delay
- short get_server_num (in short delay_secs);
-
-};
-