diff options
Diffstat (limited to 'TAO/tests/ORT/ORT_test_i.cpp')
-rw-r--r-- | TAO/tests/ORT/ORT_test_i.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/ORT/ORT_test_i.cpp b/TAO/tests/ORT/ORT_test_i.cpp index 77797e82b0b..29ccff8e367 100644 --- a/TAO/tests/ORT/ORT_test_i.cpp +++ b/TAO/tests/ORT/ORT_test_i.cpp @@ -12,14 +12,14 @@ ORT_test_i::ORT_test_i (CORBA::ORB_ptr orb) } CORBA::Boolean -ORT_test_i::request_server (ACE_ENV_SINGLE_ARG_DECL_NOT_USED) +ORT_test_i::request_server (void) ACE_THROW_SPEC ((CORBA::SystemException)) { return 0; } void -ORT_test_i::shutdown (ACE_ENV_SINGLE_ARG_DECL) +ORT_test_i::shutdown (void) ACE_THROW_SPEC ((CORBA::SystemException)) { this->orb_->shutdown (0 |