summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/ami_test_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI/ami_test_i.h')
-rw-r--r--TAO/tests/AMI/ami_test_i.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/TAO/tests/AMI/ami_test_i.h b/TAO/tests/AMI/ami_test_i.h
index 66ce22677fe..12070d3c5cd 100644
--- a/TAO/tests/AMI/ami_test_i.h
+++ b/TAO/tests/AMI/ami_test_i.h
@@ -31,23 +31,20 @@ 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));
- void shutdown (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
+ void shutdown (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- CORBA::Long yadda (ACE_ENV_SINGLE_ARG_DECL)
+ 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));
- void inout_arg_test (char *& str
- ACE_ENV_ARG_DECL)
+ void inout_arg_test (char *& str)
ACE_THROW_SPEC ((CORBA::SystemException));
private: