summaryrefslogtreecommitdiff
path: root/TAO/tests/Forwarding/test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Forwarding/test_i.cpp')
-rw-r--r--TAO/tests/Forwarding/test_i.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tests/Forwarding/test_i.cpp b/TAO/tests/Forwarding/test_i.cpp
index cccce97d7df..f133527feaf 100644
--- a/TAO/tests/Forwarding/test_i.cpp
+++ b/TAO/tests/Forwarding/test_i.cpp
@@ -9,8 +9,7 @@
ACE_RCSID(Forwarding, test_i, "$Id$")
CORBA::Boolean
-Simple_Server_i::test_is_a (const char * /* type */
- ACE_ENV_ARG_DECL_NOT_USED)
+Simple_Server_i::test_is_a (const char * /* type */)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// ACE_DEBUG ((LM_DEBUG, "(%P|%t) test_is_a %s\n", type));
@@ -18,8 +17,8 @@ Simple_Server_i::test_is_a (const char * /* type */
}
void
-Simple_Server_i::shutdown (ACE_ENV_SINGLE_ARG_DECL)
+Simple_Server_i::shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- this->orb_->shutdown (0 ACE_ENV_ARG_PARAMETER);
+ this->orb_->shutdown (0);
}