diff options
Diffstat (limited to 'TAO/tests/OBV/ValueBox/Test_impl.h')
-rw-r--r-- | TAO/tests/OBV/ValueBox/Test_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/OBV/ValueBox/Test_impl.h b/TAO/tests/OBV/ValueBox/Test_impl.h index c870e7270ef..d6c9ac780c7 100644 --- a/TAO/tests/OBV/ValueBox/Test_impl.h +++ b/TAO/tests/OBV/ValueBox/Test_impl.h @@ -146,7 +146,7 @@ public: ACE_THROW_SPEC ((CORBA::SystemException)); - virtual void shutdown (ACE_ENV_SINGLE_ARG_DECL) + virtual void shutdown (void) ACE_THROW_SPEC ((CORBA::SystemException)); private: |