summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Connector.cpp
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
commit7d9f42bc0222120e9924011b101d45c087e98c19 (patch)
tree48e896264efacafb460e3108ac3bbd45354b1a8a /TAO/tao/IIOP_Connector.cpp
parent1259c89fbfcbaf049f7bafdf457b1e19e1e12e8c (diff)
downloadATCD-7d9f42bc0222120e9924011b101d45c087e98c19.tar.gz
ChangeLogTag:Mon Jul 09 01:51:27 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.cpp')
-rw-r--r--TAO/tao/IIOP_Connector.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tao/IIOP_Connector.cpp b/TAO/tao/IIOP_Connector.cpp
index d3e5eb60938..56f4cedc330 100644
--- a/TAO/tao/IIOP_Connector.cpp
+++ b/TAO/tao/IIOP_Connector.cpp
@@ -11,6 +11,7 @@
#include "tao/Base_Transport_Property.h"
#include "tao/Protocols_Hooks.h"
#include "tao/Transport_Cache_Manager.h"
+#include "tao/Invocation.h"
#include "ace/Strategies_T.h"
ACE_RCSID (TAO,
@@ -113,11 +114,12 @@ TAO_IIOP_Connector::close (void)
}
int
-TAO_IIOP_Connector::connect (TAO_Transport_Descriptor_Interface *desc,
- TAO_Transport *&transport,
- ACE_Time_Value *max_wait_time,
+TAO_IIOP_Connector::connect (TAO_GIOP_Invocation *invocation,
+ TAO_Transport_Descriptor_Interface *desc,
CORBA::Environment &)
{
+ TAO_Transport *&transport = invocation->transport ();
+ ACE_Time_Value *max_wait_time = invocation->max_wait_time ();
TAO_Endpoint *endpoint = desc->endpoint ();
if (endpoint->tag () != TAO_TAG_IIOP_PROFILE)