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.idl9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/tests/RTCORBA/Banded_Connections/test.idl b/TAO/tests/RTCORBA/Banded_Connections/test.idl
index f7d88246a75..ae526bbfd2f 100644
--- a/TAO/tests/RTCORBA/Banded_Connections/test.idl
+++ b/TAO/tests/RTCORBA/Banded_Connections/test.idl
@@ -4,13 +4,8 @@
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.
+ void test_method (in boolean client_propagated,
+ in short client_priority);
oneway void shutdown ();
- // Shut down the ORB.
};