diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-06 02:38:55 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-06 02:38:55 +0000 |
commit | 4c8d0ae9021f9177bf6acb1806f34ffdf9d3b7c9 (patch) | |
tree | 1a911de10c30bb4884eca04cfe6e0e4d1845e86a /TAO/tao/Connector_Registry.h | |
parent | 09dca63bd9db96587aea7b5220d04435b99a53e4 (diff) | |
download | ATCD-4c8d0ae9021f9177bf6acb1806f34ffdf9d3b7c9.tar.gz |
ChangeLogTag:Mon Jul 5 21:20:18 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Connector_Registry.h')
-rw-r--r-- | TAO/tao/Connector_Registry.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/Connector_Registry.h b/TAO/tao/Connector_Registry.h index 43d2eb4c9bc..12e182b8702 100644 --- a/TAO/tao/Connector_Registry.h +++ b/TAO/tao/Connector_Registry.h @@ -76,7 +76,9 @@ public: // For this list of preconnections call the connector specific // preconnect method for each preconnection. - int connect (TAO_Profile *&profile, TAO_Transport *&transport); + int connect (TAO_Profile *&profile, + TAO_Transport *&transport, + ACE_Time_Value *max_wait_time = 0); // This is where the transport protocol is selected based on some // policy. This member will call the connect member of the // TAO_Connector class which in turn will call the concrete |