summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_3531_Regression/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Bug_3531_Regression/test.idl')
-rw-r--r--ACE/TAO/tests/Bug_3531_Regression/test.idl12
1 files changed, 12 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Bug_3531_Regression/test.idl b/ACE/TAO/tests/Bug_3531_Regression/test.idl
new file mode 100644
index 00000000000..447917cbda9
--- /dev/null
+++ b/ACE/TAO/tests/Bug_3531_Regression/test.idl
@@ -0,0 +1,12 @@
+//
+// $Id$
+//
+
+interface Simple_Server
+{
+ string test_method (in Simple_Server objref);
+
+ void client_done ();
+
+ oneway void shutdown ();
+};