summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI_Timeouts/timeout.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI_Timeouts/timeout.idl')
-rw-r--r--TAO/tests/AMI_Timeouts/timeout.idl27
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/tests/AMI_Timeouts/timeout.idl b/TAO/tests/AMI_Timeouts/timeout.idl
deleted file mode 100644
index 64aa8c189c5..00000000000
--- a/TAO/tests/AMI_Timeouts/timeout.idl
+++ /dev/null
@@ -1,27 +0,0 @@
-//
-// $Id$
-//
-
-// ============================================================================
-//
-// = LIBRARY
-// TAO/tests/AMI_Timeouts
-//
-// = FILENAME
-// timeout.idl
-//
-// = DESCRIPTION
-// Interface of the test CORBA object.
-//
-// = AUTHOR
-// Michael Kircher <Michael.Kircher@mchp.siemens.de>
-//
-// ============================================================================
-
-
-interface TimeoutObj {
-
- void sendTimeToWait (in long msec);
-
- oneway void shutdown ();
-};