diff options
author | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-14 08:26:06 +0000 |
---|---|---|
committer | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-14 08:26:06 +0000 |
commit | 35259a4e5e60001301ee0c9bd8d7800fd43936d9 (patch) | |
tree | 853b7d27a16c51c5e94f6ba3a707143ba05b5d2c /TAO/tao/Invocation.h | |
parent | b7962521f862a6809fd1e9e5aa9a1597846858b6 (diff) | |
download | ATCD-35259a4e5e60001301ee0c9bd8d7800fd43936d9.tar.gz |
ChangeLogTag:Tue Nov 14 01:51:49 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Invocation.h')
-rw-r--r-- | TAO/tao/Invocation.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Invocation.h b/TAO/tao/Invocation.h index afbc1d5fd47..09ba39b1681 100644 --- a/TAO/tao/Invocation.h +++ b/TAO/tao/Invocation.h @@ -75,8 +75,10 @@ class TAO_Export TAO_GIOP_Invocation friend class TAO_Endpoint_Selector_Factory; friend class TAO_Default_Endpoint_Selector; friend class TAO_Priority_Endpoint_Selector; + friend class TAO_Bands_Endpoint_Selector; friend class TAO_Protocol_Endpoint_Selector; friend class TAO_Priority_Protocol_Selector; + friend class TAO_Bands_Protocol_Selector; friend class TAO_Client_Priority_Policy_Selector; public: |