summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/ami_test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI/ami_test_i.cpp')
-rw-r--r--TAO/tests/AMI/ami_test_i.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/TAO/tests/AMI/ami_test_i.cpp b/TAO/tests/AMI/ami_test_i.cpp
index b6fdee8113d..3745bc069ea 100644
--- a/TAO/tests/AMI/ami_test_i.cpp
+++ b/TAO/tests/AMI/ami_test_i.cpp
@@ -32,8 +32,8 @@ AMI_Test_i::AMI_Test_i (CORBA::ORB_ptr orb)
CORBA::Long
AMI_Test_i::foo (CORBA::Long_out out_l,
CORBA::Long in_l,
- const char* in_str,
- CORBA::Environment &ACE_TRY_ENV)
+ const char* in_str
+ TAO_ENV_ARG_DECL)
ACE_THROW_SPEC ((CORBA::SystemException,
A::DidTheRightThing))
{
@@ -58,7 +58,7 @@ AMI_Test_i::foo (CORBA::Long_out out_l,
void
-AMI_Test_i::shutdown (CORBA::Environment &)
+AMI_Test_i::shutdown (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
this->orb_->shutdown (0);
@@ -66,7 +66,7 @@ AMI_Test_i::shutdown (CORBA::Environment &)
CORBA::Long
-AMI_Test_i::yadda (CORBA::Environment &)
+AMI_Test_i::yadda (TAO_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,
@@ -76,8 +76,8 @@ AMI_Test_i::yadda (CORBA::Environment &)
void
-AMI_Test_i::yadda (CORBA::Long yadda,
- CORBA::Environment &)
+AMI_Test_i::yadda (CORBA::Long yadda
+ TAO_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_DEBUG ((LM_DEBUG,