summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-18 06:42:58 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-18 06:42:58 +0000
commit9613f0f4922113d8c07412bffa636ad29568a924 (patch)
tree4a2e28d6d59368007713765646c37238becadcb6
parent97ac253440e18c7629cdf738bc0579e9ab86a701 (diff)
downloadATCD-9613f0f4922113d8c07412bffa636ad29568a924.tar.gz
ChangeLogTag:Wed Aug 18 06:42:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/Strategies/SCIOP_Connector.cpp2
-rw-r--r--TAO/tao/Strategies/SCIOP_Connector.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Connector.cpp b/TAO/tao/Strategies/SCIOP_Connector.cpp
index 1732b052a20..2911873f0cd 100644
--- a/TAO/tao/Strategies/SCIOP_Connector.cpp
+++ b/TAO/tao/Strategies/SCIOP_Connector.cpp
@@ -277,7 +277,7 @@ TAO_SCIOP_Connector::make_connection_i (TAO::Profile_Transport_Resolver *r,
ACE_DEBUG ((LM_ERROR,
"TAO (%P|%t) - SCIOP_Connector::make_connection_i, "
"connection to <%s:%d> failed (%p)\n",
- iiop_endpoint->host (), iiop_endpoint->port (),
+ sciop_endpoint->host (), sciop_endpoint->port (),
"errno"));
}
diff --git a/TAO/tao/Strategies/SCIOP_Connector.h b/TAO/tao/Strategies/SCIOP_Connector.h
index 626b1f0708f..f307f27bc00 100644
--- a/TAO/tao/Strategies/SCIOP_Connector.h
+++ b/TAO/tao/Strategies/SCIOP_Connector.h
@@ -119,7 +119,8 @@ private:
TAO_SCIOP_Endpoint *remote_endpoint (TAO_Endpoint *ep);
/// Try to make a connection to the next endpoint in the list.
- TAO_Transport *make_connection_i (TAO_Transport_Descriptor_Interface &desc,
+ TAO_Transport *make_connection_i (TAO::Profile_Transport_Resolver *r,
+ TAO_Transport_Descriptor_Interface &desc,
ACE_Time_Value *timeout,
TAO_SCIOP_Endpoint *sciop_endpoint);