diff options
Diffstat (limited to 'TAO/performance-tests/Callback/Server_i.cpp')
-rw-r--r-- | TAO/performance-tests/Callback/Server_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/performance-tests/Callback/Server_i.cpp b/TAO/performance-tests/Callback/Server_i.cpp index a4cc4de2484..f684831f22e 100644 --- a/TAO/performance-tests/Callback/Server_i.cpp +++ b/TAO/performance-tests/Callback/Server_i.cpp @@ -29,7 +29,7 @@ Server_i::request (Test::TimeStamp time_stamp, } void -Server_i::shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) +Server_i::shutdown (void) ACE_THROW_SPEC ((CORBA::SystemException)) { this->done_ = 1; |