diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-10-12 21:28:52 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-10-12 21:28:52 +0000 |
commit | 86d1184c0eb1796c99fa10ed6d7529072d01c27d (patch) | |
tree | 2c35987de315e90b6d69ff0a71692c8cc9be21df /TAO/tao/Connector_Registry.h | |
parent | 339025d03e8eaf8c9efb2d2d91a4b7b787e57d11 (diff) | |
download | ATCD-86d1184c0eb1796c99fa10ed6d7529072d01c27d.tar.gz |
ChangeLogTag:Thu Oct 12 14:24:03 2000 Ossama Othman <ossama@uci.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 646deb7cac2..068a484b019 100644 --- a/TAO/tao/Connector_Registry.h +++ b/TAO/tao/Connector_Registry.h @@ -77,7 +77,8 @@ public: int connect (TAO_Endpoint *endpoint, TAO_Transport *&transport, - ACE_Time_Value *max_wait_time = 0); + ACE_Time_Value *max_wait_time, + CORBA::Environment &ACE_TRY_ENV); // 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 |