diff options
Diffstat (limited to 'TAO/tests/Big_AMI/ami_test_i.h')
-rw-r--r-- | TAO/tests/Big_AMI/ami_test_i.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tests/Big_AMI/ami_test_i.h b/TAO/tests/Big_AMI/ami_test_i.h index 1fd845370fd..ab16cfdf41f 100644 --- a/TAO/tests/Big_AMI/ami_test_i.h +++ b/TAO/tests/Big_AMI/ami_test_i.h @@ -32,8 +32,7 @@ public: CORBA::Long foo (CORBA::Long_out out_l, CORBA::Long in_l, const char* in_str, - const A::Payload &the_payload - ACE_ENV_ARG_DECL) + const A::Payload &the_payload) ACE_THROW_SPEC ((CORBA::SystemException)); void shutdown (void) |