summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI_Timeouts/timeout_client.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-30 13:32:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-30 13:32:37 +0000
commitf53d5962914becf12bf4178a3b7ffe16afa6eaa6 (patch)
treef3ac5a2a60533f467668588cb61e86fd968ebec4 /TAO/tests/AMI_Timeouts/timeout_client.cpp
parent3c72538f9206870b2f579b66cce068cefd3c6ce3 (diff)
downloadATCD-f53d5962914becf12bf4178a3b7ffe16afa6eaa6.tar.gz
ChangeLogTag: Tue Aug 30 13:22:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/AMI_Timeouts/timeout_client.cpp')
-rw-r--r--TAO/tests/AMI_Timeouts/timeout_client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/AMI_Timeouts/timeout_client.cpp b/TAO/tests/AMI_Timeouts/timeout_client.cpp
index 28f7cc360c9..96322b4cf1d 100644
--- a/TAO/tests/AMI_Timeouts/timeout_client.cpp
+++ b/TAO/tests/AMI_Timeouts/timeout_client.cpp
@@ -174,13 +174,14 @@ TimeoutClient::send (CORBA::Boolean async,
timeoutObject_->sendc_sendTimeToWait (replyHandlerObject_.in (),
remote_sleep
ACE_ENV_ARG_PARAMETER);
+ ACE_TRY_CHECK_EX (normal);
}
else // synch
{
timeoutObject_->sendTimeToWait (remote_sleep
ACE_ENV_ARG_PARAMETER);
+ ACE_TRY_CHECK_EX (normal);
}
- ACE_TRY_CHECK_EX (normal);
}
ACE_CATCH (CORBA::TIMEOUT, timeout)
{