summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h b/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h
index 4bd216bae5a..9788a022b3b 100644
--- a/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/ami_test_i.h
@@ -33,8 +33,7 @@ public:
// The AMI_Test methods.
CORBA::Long foo (CORBA::Long_out out_l,
CORBA::Long in_l,
- const char* in_str
- ACE_ENV_ARG_DECL)
+ const char* in_str)
ACE_THROW_SPEC ((CORBA::SystemException,
A::DidTheRightThing));
@@ -44,8 +43,7 @@ public:
CORBA::Long yadda (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- void yadda (CORBA::Long yadda
- ACE_ENV_ARG_DECL)
+ void yadda (CORBA::Long yadda)
ACE_THROW_SPEC ((CORBA::SystemException));
private: