diff options
Diffstat (limited to 'TAO/tests/Bug_2174_Regression/test_i.cpp')
-rw-r--r-- | TAO/tests/Bug_2174_Regression/test_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Bug_2174_Regression/test_i.cpp b/TAO/tests/Bug_2174_Regression/test_i.cpp index 9f1bd8537bc..f3a30e0718c 100644 --- a/TAO/tests/Bug_2174_Regression/test_i.cpp +++ b/TAO/tests/Bug_2174_Regression/test_i.cpp @@ -28,7 +28,7 @@ Simple_Server_i::echo (CORBA::Long x, } void -Simple_Server_i::shutdown (ACE_ENV_SINGLE_ARG_DECL) +Simple_Server_i::shutdown (void) ACE_THROW_SPEC ((CORBA::SystemException)) { ACE_DEBUG ((LM_DEBUG, |