summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-07-09 09:07:36 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-07-09 09:07:36 +0000
commit58f81c2b8d81ed0a05eba6c35f7efbe5ccbf0bd6 (patch)
tree48e896264efacafb460e3108ac3bbd45354b1a8a /TAO/tao/IIOP_Connector.h
parenta41f3431648f0e192564893a5b366db5657cab5d (diff)
downloadATCD-58f81c2b8d81ed0a05eba6c35f7efbe5ccbf0bd6.tar.gz
ChangeLogTag:Mon Jul 09 01:51:27 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.h')
-rw-r--r--TAO/tao/IIOP_Connector.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Connector.h b/TAO/tao/IIOP_Connector.h
index b52dc056a13..57a1d7010d7 100644
--- a/TAO/tao/IIOP_Connector.h
+++ b/TAO/tao/IIOP_Connector.h
@@ -56,9 +56,8 @@ public:
// Pluggable.h
int open (TAO_ORB_Core *orb_core);
int close (void);
- int connect (TAO_Transport_Descriptor_Interface *desc,
- TAO_Transport *&transport,
- ACE_Time_Value *max_wait_time,
+ int connect (TAO_GIOP_Invocation *invocation,
+ TAO_Transport_Descriptor_Interface *desc,
CORBA::Environment &ACE_TRY_ENV);
int preconnect (const char *preconnections);
TAO_Profile *create_profile (TAO_InputCDR& cdr);