diff options
Diffstat (limited to 'TAO/tests/OBV/Forward/Test_impl.cpp')
-rw-r--r-- | TAO/tests/OBV/Forward/Test_impl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/OBV/Forward/Test_impl.cpp b/TAO/tests/OBV/Forward/Test_impl.cpp index 2a3eb140309..ea3bc443b48 100644 --- a/TAO/tests/OBV/Forward/Test_impl.cpp +++ b/TAO/tests/OBV/Forward/Test_impl.cpp @@ -43,7 +43,7 @@ Test_impl::reflect (TreeController * tc } void -Test_impl::shutdown (ACE_ENV_SINGLE_ARG_DECL) +Test_impl::shutdown (void) ACE_THROW_SPEC ((CORBA::SystemException)) { this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER); |