summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation_Endpoint_Selectors.h
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-02 05:12:50 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-12-02 05:12:50 +0000
commit9d0ff4088d06460fee5f98816269e390eb7fa24e (patch)
tree330807e81644ac15ef7d9cd37d59a4b4e4287024 /TAO/tao/Invocation_Endpoint_Selectors.h
parent680e3007679160e7ab1c10b603fe968dae2d4e8f (diff)
downloadATCD-9d0ff4088d06460fee5f98816269e390eb7fa24e.tar.gz
ChangeLogTag:Fri Dec 01 23:00:32 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Invocation_Endpoint_Selectors.h')
-rw-r--r--TAO/tao/Invocation_Endpoint_Selectors.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/tao/Invocation_Endpoint_Selectors.h b/TAO/tao/Invocation_Endpoint_Selectors.h
index 14b537ad36a..22f2551e729 100644
--- a/TAO/tao/Invocation_Endpoint_Selectors.h
+++ b/TAO/tao/Invocation_Endpoint_Selectors.h
@@ -80,9 +80,15 @@ private:
// necessary. WARNING: TAO::Client_Pririority_Policy is
// deprecated. See TAO RTCORBA documentation for more details.
- void init_state (TAO_GIOP_Invocation *invocation,
+ void init_client_protocol (TAO_GIOP_Invocation *invocation,
+ CORBA::Environment &ACE_TRY_ENV);
+ // Initializes RTCORBA::ClientProtocolPolicy in the endpoint
+ // selection state.
+
+ void init_bands (TAO_GIOP_Invocation *invocation,
CORBA::Environment &ACE_TRY_ENV);
- // Initializes <invocation>'s endpoint selection state.
+ // Initializes RTCORBA::PriorityBandsPolicy in the endpoint
+ // selection state.
#endif /* TAO_HAS_RT_CORBA == 1 */
};