summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-04-13 13:04:56 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-04-13 13:04:56 +0000
commit52cd50a244da331c789a98310d444a00dec39d33 (patch)
treed229e6a9915cf31c010de7f5898c831e72b81e98 /TAO/orbsvcs/tests/Notify
parent0b16553778fbce80020b438aee98921df1cb2fca (diff)
downloadATCD-52cd50a244da331c789a98310d444a00dec39d33.tar.gz
ChangeLogTag:Sun Apr 13 08:03:36 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify')
-rw-r--r--TAO/orbsvcs/tests/Notify/Destroy/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Destroy/main.cpp b/TAO/orbsvcs/tests/Notify/Destroy/main.cpp
index 64fda644f47..9e4cb3362d4 100644
--- a/TAO/orbsvcs/tests/Notify/Destroy/main.cpp
+++ b/TAO/orbsvcs/tests/Notify/Destroy/main.cpp
@@ -18,7 +18,7 @@ ACE_TMAIN (int argc, char *argv[])
NotifyExt::EventChannelFactory_var ecf_ext = NotifyExt::EventChannelFactory::_narrow (ecf);
ecf_ext->destroy (ACE_ENV_SINGLE_ARG_PARAMETER);
- ACE_CHECK_RETURN (-1);
+ ACE_TRY_CHECK;
}
ACE_CATCHANY
{