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 | 50c8d9f1ec786bb9b03661e690e8571f9857f271 (patch) | |
tree | 59f279bfc60cf691e661531940d1d2c7c12255d5 /TAO/tao/IIOP_Connector.h | |
parent | bc4eba4bbc2f7f3ac1dad112d961d887d030e300 (diff) | |
download | ATCD-50c8d9f1ec786bb9b03661e690e8571f9857f271.tar.gz |
ChangeLogTag:Wed Sep 13 19:15:01 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.h')
-rw-r--r-- | TAO/tao/IIOP_Connector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connector.h b/TAO/tao/IIOP_Connector.h index 6e626131af2..3569a45953d 100644 --- a/TAO/tao/IIOP_Connector.h +++ b/TAO/tao/IIOP_Connector.h @@ -100,7 +100,7 @@ public: // Pluggable.h int open (TAO_ORB_Core *orb_core); int close (void); - int connect (TAO_Profile *profile, + int connect (TAO_Endpoint *endpoint, TAO_Transport *&transport, ACE_Time_Value *max_wait_time); int preconnect (const char *preconnections); |