diff options
author | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-14 01:06:54 +0000 |
---|---|---|
committer | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-14 01:06:54 +0000 |
commit | 4898cebc78bfce27fe3b997fea910ed64c7dd2ee (patch) | |
tree | 59f279bfc60cf691e661531940d1d2c7c12255d5 /TAO/tao/Connector_Registry.h | |
parent | 9fd348781e6e9d32473d112d6801a8e44ccd23c3 (diff) | |
download | ATCD-4898cebc78bfce27fe3b997fea910ed64c7dd2ee.tar.gz |
ChangeLogTag:Wed Sep 13 19:15:01 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Connector_Registry.h')
-rw-r--r-- | TAO/tao/Connector_Registry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Connector_Registry.h b/TAO/tao/Connector_Registry.h index f4a0e9cc475..646deb7cac2 100644 --- a/TAO/tao/Connector_Registry.h +++ b/TAO/tao/Connector_Registry.h @@ -75,7 +75,7 @@ public: // For this list of preconnections call the connector specific // preconnect method for each preconnection. - int connect (TAO_Profile *&profile, + int connect (TAO_Endpoint *endpoint, TAO_Transport *&transport, ACE_Time_Value *max_wait_time = 0); // This is where the transport protocol is selected based on some |