summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Banded_Connections/test.idl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Banded_Connections/test.idl')
-rw-r--r--TAO/tests/RTCORBA/Banded_Connections/test.idl16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/test.idl b/TAO/tests/RTCORBA/Banded_Connections/test.idl
new file mode 100644
index 00000000000..f7d88246a75
--- /dev/null
+++ b/TAO/tests/RTCORBA/Banded_Connections/test.idl
@@ -0,0 +1,16 @@
+//
+// $Id$
+//
+
+interface Test
+{
+ void test_method (in short priority);
+ // Takes target object priority in effect for this invocation.
+ // Prints out object priority, priority bands in effect, and the
+ // priority of the server thread servicing the request. Checks that
+ // object and server thread priorities match one of the
+ // priority bands.
+
+ oneway void shutdown ();
+ // Shut down the ORB.
+};