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, 27 insertions, 0 deletions
diff --git a/TAO/tests/AMI_Timeouts/timeout.idl b/TAO/tests/AMI_Timeouts/timeout.idl
new file mode 100644
index 00000000000..64aa8c189c5
--- /dev/null
+++ b/TAO/tests/AMI_Timeouts/timeout.idl
@@ -0,0 +1,27 @@
+//
+// $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 ();
+};