diff options
author | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-19 00:51:38 +0000 |
---|---|---|
committer | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-11-19 00:51:38 +0000 |
commit | 623762cb5deef3a34b5ec620dd506914e45bb42f (patch) | |
tree | b20f171ba14adfca13ba7eea4ff63ed3b5fda163 /TAO/tao/Connector_Registry.h | |
parent | d143471d961def7dd027caabd386ee91165895af (diff) | |
download | ATCD-623762cb5deef3a34b5ec620dd506914e45bb42f.tar.gz |
ChangeLogTag:Sat Nov 18 18:11:42 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Connector_Registry.h')
-rw-r--r-- | TAO/tao/Connector_Registry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Connector_Registry.h b/TAO/tao/Connector_Registry.h index d64aee47d64..3cee0a184a1 100644 --- a/TAO/tao/Connector_Registry.h +++ b/TAO/tao/Connector_Registry.h @@ -35,6 +35,7 @@ class ACE_Addr; class ACE_Reactor; class TAO_ORB_Core; +class TAO_Connection_Descriptor_Interface; class TAO_Stub; class TAO_MProfile; class TAO_Resource_Factory; @@ -75,7 +76,7 @@ public: // For this list of preconnections call the connector specific // preconnect method for each preconnection. - int connect (TAO_Endpoint *endpoint, + int connect (TAO_Connection_Descriptor_Interface *desc, TAO_Transport *&transport, ACE_Time_Value *max_wait_time, CORBA::Environment &ACE_TRY_ENV); |