diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-28 19:55:31 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-03-28 19:55:31 +0000 |
commit | d09a8c2f9ec0351b4b11c2c3f374b8127125f4f6 (patch) | |
tree | a90502562c08e85e4008cbcef7d77dd945487515 /TAO/tests/Param_Test/bd_long_seq.cpp | |
parent | 8aa82b1f609db2d86a03b6f6c77df38f37d01d55 (diff) | |
download | ATCD-d09a8c2f9ec0351b4b11c2c3f374b8127125f4f6.tar.gz |
ChangeLogTag: Wed Mar 28 13:49:56 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Param_Test/bd_long_seq.cpp')
-rw-r--r-- | TAO/tests/Param_Test/bd_long_seq.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tests/Param_Test/bd_long_seq.cpp b/TAO/tests/Param_Test/bd_long_seq.cpp index 5c2d43b4cf5..eea7c524c9c 100644 --- a/TAO/tests/Param_Test/bd_long_seq.cpp +++ b/TAO/tests/Param_Test/bd_long_seq.cpp @@ -76,12 +76,9 @@ Test_Bounded_Long_Sequence::dii_req_invoke (CORBA::Request *req, } int -Test_Bounded_Long_Sequence::init_parameters (Param_Test_ptr objref, - CORBA::Environment &ACE_TRY_ENV) +Test_Bounded_Long_Sequence::init_parameters (Param_Test_ptr, + CORBA::Environment &) { - ACE_UNUSED_ARG (objref); - ACE_UNUSED_ARG (ACE_TRY_ENV); - // get some sequence length (32 in this case) CORBA::ULong len = this->in_->maximum (); |