diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-10-07 08:09:12 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-10-07 08:09:12 +0000 |
commit | 9b9f05990a3f562ed2d019c538dc7e2de2f516e7 (patch) | |
tree | 834b5ccded46aca64e8a0b8a7b7e44c18640bd5d | |
parent | c1a71207d805a614a3300371fa75c7da485567a1 (diff) | |
download | ATCD-9b9f05990a3f562ed2d019c538dc7e2de2f516e7.tar.gz |
ChangeLogTag: Fri Oct 7 07:46:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>Fri Oct 7 07:39:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | TAO/tests/Big_AMI/ami_test_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Big_AMI/ami_test_i.cpp b/TAO/tests/Big_AMI/ami_test_i.cpp index cd57f59f0e6..b8ca22f8f8d 100644 --- a/TAO/tests/Big_AMI/ami_test_i.cpp +++ b/TAO/tests/Big_AMI/ami_test_i.cpp @@ -29,7 +29,7 @@ AMI_Test_i::foo (CORBA::Long_out out_l, CORBA::Long in_l, const char* in_str, const A::Payload & - ACE_ENV_ARG_DECL) + ACE_ENV_SINGLE_ARG_DECL_NOT_USED) ACE_THROW_SPEC ((CORBA::SystemException)) { out_l = 931233; |