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