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 | 574b102133d5e431fb03d6c2a7bc9dad358b4ee8 (patch) | |
tree | 1a911de10c30bb4884eca04cfe6e0e4d1845e86a /TAO/tao/IIOP_Connector.h | |
parent | 0db6e0730fc10b24c82439f72447ab1209d9216a (diff) | |
download | ATCD-574b102133d5e431fb03d6c2a7bc9dad358b4ee8.tar.gz |
ChangeLogTag:Mon Jul 5 21:20:18 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.h')
-rw-r--r-- | TAO/tao/IIOP_Connector.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connector.h b/TAO/tao/IIOP_Connector.h index 1e5b3cee501..39265a10519 100644 --- a/TAO/tao/IIOP_Connector.h +++ b/TAO/tao/IIOP_Connector.h @@ -73,7 +73,9 @@ public: // Pluggable.h int open (TAO_ORB_Core *orb_core); int close (void); - int connect (TAO_Profile *profile, TAO_Transport *&transport); + int connect (TAO_Profile *profile, + TAO_Transport *&transport, + ACE_Time_Value *max_wait_time); int preconnect (const char *preconnections); TAO_Profile *create_profile (TAO_InputCDR& cdr); |