diff options
Diffstat (limited to 'TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp')
-rw-r--r-- | TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp b/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp index e9ad3018cc1..a47d295433a 100644 --- a/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp +++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/test_i.cpp @@ -36,7 +36,7 @@ Simple_Server_i::get_number (CORBA::Long } void -Simple_Server_i::shutdown (ACE_ENV_SINGLE_ARG_DECL) +Simple_Server_i::shutdown (void) ACE_THROW_SPEC ((CORBA::SystemException)) { ACE_DEBUG ((LM_DEBUG, @@ -44,7 +44,6 @@ Simple_Server_i::shutdown (ACE_ENV_SINGLE_ARG_DECL) ACE_TRY { this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER); - ACE_TRY_CHECK; } ACE_CATCHANY { |