summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Bug_1476_Regression/Test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/Bug_1476_Regression/Test.idl')
-rw-r--r--trunk/TAO/tests/Bug_1476_Regression/Test.idl15
1 files changed, 15 insertions, 0 deletions
diff --git a/trunk/TAO/tests/Bug_1476_Regression/Test.idl b/trunk/TAO/tests/Bug_1476_Regression/Test.idl
new file mode 100644
index 00000000000..6d19ca24a74
--- /dev/null
+++ b/trunk/TAO/tests/Bug_1476_Regression/Test.idl
@@ -0,0 +1,15 @@
+//
+// $Id$
+//
+
+module Test
+{
+ interface Sender {
+
+ /// Number of active objects trying to use this interface
+ oneway void active_objects (in unsigned long ao);
+
+ /// Send a ready message
+ oneway void send_ready_message ();
+ };
+};