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