summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/RTCORBA/Banded_Connections/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/RTCORBA/Banded_Connections/test.idl')
-rw-r--r--trunk/TAO/tests/RTCORBA/Banded_Connections/test.idl11
1 files changed, 11 insertions, 0 deletions
diff --git a/trunk/TAO/tests/RTCORBA/Banded_Connections/test.idl b/trunk/TAO/tests/RTCORBA/Banded_Connections/test.idl
new file mode 100644
index 00000000000..ae526bbfd2f
--- /dev/null
+++ b/trunk/TAO/tests/RTCORBA/Banded_Connections/test.idl
@@ -0,0 +1,11 @@
+//
+// $Id$
+//
+
+interface Test
+{
+ void test_method (in boolean client_propagated,
+ in short client_priority);
+
+ oneway void shutdown ();
+};