summaryrefslogtreecommitdiff
path: root/TAO/tests/Leader_Followers/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Leader_Followers/test_i.cpp')
-rw-r--r--TAO/tests/Leader_Followers/test_i.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/tests/Leader_Followers/test_i.cpp b/TAO/tests/Leader_Followers/test_i.cpp
index 38f3459b07a..b2794eac59e 100644
--- a/TAO/tests/Leader_Followers/test_i.cpp
+++ b/TAO/tests/Leader_Followers/test_i.cpp
@@ -11,16 +11,14 @@ 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
- ACE_ENV_ARG_PARAMETER);
+ this->orb_->shutdown (0);
}
CORBA::ULong
-test_i::method (CORBA::ULong work
- ACE_ENV_ARG_DECL_NOT_USED)
+test_i::method (CORBA::ULong work)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,