diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-07-09 09:07:36 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-07-09 09:07:36 +0000 |
commit | 7d9f42bc0222120e9924011b101d45c087e98c19 (patch) | |
tree | 48e896264efacafb460e3108ac3bbd45354b1a8a /TAO/tao/IIOP_Connector.cpp | |
parent | 1259c89fbfcbaf049f7bafdf457b1e19e1e12e8c (diff) | |
download | ATCD-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.cpp | 8 |
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) |