summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Bug_2377_Regression/Hello.idl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/tests/Bug_2377_Regression/Hello.idl')
-rw-r--r--ACE/TAO/orbsvcs/tests/Bug_2377_Regression/Hello.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/tests/Bug_2377_Regression/Hello.idl b/ACE/TAO/orbsvcs/tests/Bug_2377_Regression/Hello.idl
new file mode 100644
index 00000000000..30465b13f50
--- /dev/null
+++ b/ACE/TAO/orbsvcs/tests/Bug_2377_Regression/Hello.idl
@@ -0,0 +1,11 @@
+// $Id$
+
+module Test {
+
+ interface Hello {
+ oneway void say_hello(in short count);
+
+ oneway void shutdown();
+ };
+
+};