summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Bug_2247_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/tests/Bug_2247_Regression/test.idl')
-rw-r--r--ACE/TAO/orbsvcs/tests/Bug_2247_Regression/test.idl10
1 files changed, 10 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/tests/Bug_2247_Regression/test.idl b/ACE/TAO/orbsvcs/tests/Bug_2247_Regression/test.idl
new file mode 100644
index 00000000000..ecca7fffd42
--- /dev/null
+++ b/ACE/TAO/orbsvcs/tests/Bug_2247_Regression/test.idl
@@ -0,0 +1,10 @@
+/*
+ * $Id$
+ */
+
+interface Simple_Server
+{
+ string remote_call ();
+ string shutdown (in string ior_file);
+ string abort (in string ior_file);
+};