From 1dc594b9b47a05ae1ded34d8c52e439ad8c5dd45 Mon Sep 17 00:00:00 2001 From: coryan Date: Tue, 13 Feb 2001 17:24:35 +0000 Subject: ChangeLogTag:Tue Feb 13 09:17:30 2001 Carlos O'Ryan --- TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp') diff --git a/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp b/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp index bae3330e148..f67d26e4dd0 100644 --- a/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp +++ b/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.cpp @@ -318,8 +318,10 @@ Client::run (void) // Schedule a timer for the for the flow handler. //TAO_AV_CORE::instance ()->run (); ACE_Time_Value tv (10000,0); - if (TAO_AV_CORE::instance ()->orb ()->run (tv) == -1) - ACE_ERROR_RETURN ((LM_ERROR, "%p\n", "orb->run"), -1); + + TAO_AV_CORE::instance ()->orb ()->run (tv, ACE_TRY_ENV); + ACE_TRY_CHECK; + ACE_DEBUG ((LM_DEBUG, "event loop finished\n")); ACE_DEBUG ((LM_DEBUG, "Exited the TAO_AV_Core::run\n")); -- cgit v1.2.1