diff options
Diffstat (limited to 'TAO/tests/Leader_Followers/test_i.cpp')
-rw-r--r-- | TAO/tests/Leader_Followers/test_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Leader_Followers/test_i.cpp b/TAO/tests/Leader_Followers/test_i.cpp index 38f3459b07a..e67c5e68023 100644 --- a/TAO/tests/Leader_Followers/test_i.cpp +++ b/TAO/tests/Leader_Followers/test_i.cpp @@ -11,7 +11,7 @@ test_i::test_i (CORBA::ORB_ptr orb) } void -test_i::shutdown (ACE_ENV_SINGLE_ARG_DECL) +test_i::shutdown (void) ACE_THROW_SPEC ((CORBA::SystemException)) { this->orb_->shutdown (0 |