summaryrefslogtreecommitdiff
path: root/TAO/tests/Timeout/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Timeout/client.cpp')
-rw-r--r--TAO/tests/Timeout/client.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Timeout/client.cpp b/TAO/tests/Timeout/client.cpp
index 786bfbf88f9..951411992b0 100644
--- a/TAO/tests/Timeout/client.cpp
+++ b/TAO/tests/Timeout/client.cpp
@@ -66,7 +66,8 @@ send_echo (CORBA::ORB_ptr orb,
// Sleep so the server can send the reply...
ACE_Time_Value tv (max_timeout / 1000,
(max_timeout % 1000) * 1000);
- orb->run (tv);
+ orb->run (tv, ACE_TRY_ENV);
+ ACE_TRY_CHECK;
}
ACE_ENDTRY;
}