summaryrefslogtreecommitdiff
path: root/TAO/tests/Timeout/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Timeout/test.idl')
-rw-r--r--TAO/tests/Timeout/test.idl12
1 files changed, 0 insertions, 12 deletions
diff --git a/TAO/tests/Timeout/test.idl b/TAO/tests/Timeout/test.idl
deleted file mode 100644
index d84cfa23a23..00000000000
--- a/TAO/tests/Timeout/test.idl
+++ /dev/null
@@ -1,12 +0,0 @@
-//
-// $Id$
-//
-
-interface Simple_Server {
-
- long echo (in long x, in long msecs);
- // Returns <x>, but sleep for <msecs> milliseconds before returning
-
- oneway void shutdown ();
- // Shutdown the ORB
-};