summaryrefslogtreecommitdiff
path: root/TAO/tao/Invocation.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2002-05-08 03:35:15 +0000
committerbala <balanatarajan@users.noreply.github.com>2002-05-08 03:35:15 +0000
commitc78d2152fcb525f200d8be5ca74a379264e58bfc (patch)
treeca7c056220088755556375eb00f916f28029cbcb /TAO/tao/Invocation.cpp
parentff4d366cfff4e34655bfd0e9cd8f621cd439dd00 (diff)
downloadATCD-c78d2152fcb525f200d8be5ca74a379264e58bfc.tar.gz
*** empty log message ***connector_lane_0
Diffstat (limited to 'TAO/tao/Invocation.cpp')
-rw-r--r--TAO/tao/Invocation.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/Invocation.cpp b/TAO/tao/Invocation.cpp
index c50798a60aa..a41f8fd538e 100644
--- a/TAO/tao/Invocation.cpp
+++ b/TAO/tao/Invocation.cpp
@@ -236,7 +236,8 @@ TAO_GIOP_Invocation::perform_call (TAO_Transport_Descriptor_Interface &desc
// Get a pointer to the connector registry, which might be in
// thread-specific storage, depending on the concurrency model.
TAO_Connector_Registry *conn_reg =
- this->orb_core_->connector_registry ();
+ this->orb_core_->connector_registry (ACE_ENV_SINGLE_ARG_PARAMETER);
+ ACE_CHECK_RETURN (-1);
if (conn_reg == 0)
{