summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI_Timeouts/timeout_client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI_Timeouts/timeout_client.cpp')
-rw-r--r--TAO/tests/AMI_Timeouts/timeout_client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/AMI_Timeouts/timeout_client.cpp b/TAO/tests/AMI_Timeouts/timeout_client.cpp
index d7f7d6713ef..0f62a4f7b44 100644
--- a/TAO/tests/AMI_Timeouts/timeout_client.cpp
+++ b/TAO/tests/AMI_Timeouts/timeout_client.cpp
@@ -177,7 +177,7 @@ TimeoutClient::send (bool async,
if (async)
{
- timeoutObject_->sendc_sendTimeToWait (replyHandlerObject_,
+ timeoutObject_->sendc_sendTimeToWait (replyHandlerObject_.in (),
remote_sleep,
ACE_TRY_ENV);
}