diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-22 21:28:08 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-22 21:28:08 +0000 |
commit | 35fb0f1eddffad2c372cfe331d3e3a9d5fb0e8b8 (patch) | |
tree | b0c51061cd9d398d0bd22924405656bce9c344dd /TAO/tests/Param_Test/bd_long_seq.cpp | |
parent | 44a012ded1d6b96d45d6351c254614f44ec426d6 (diff) | |
download | ATCD-35fb0f1eddffad2c372cfe331d3e3a9d5fb0e8b8.tar.gz |
ChangeLogTag:Wed Jul 22 16:26:34 1998 Carlos O'Ryan <coryan@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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Param_Test/bd_long_seq.cpp b/TAO/tests/Param_Test/bd_long_seq.cpp index 512b52a5113..bbcc675a3d2 100644 --- a/TAO/tests/Param_Test/bd_long_seq.cpp +++ b/TAO/tests/Param_Test/bd_long_seq.cpp @@ -85,8 +85,8 @@ Test_Bounded_Long_Sequence::run_sii_test (Param_Test_ptr objref, } int -Test_Bounded_Long_Sequence::add_args (CORBA::NVList_ptr ¶m_list, - CORBA::NVList_ptr &retval, +Test_Bounded_Long_Sequence::add_args (CORBA::NVList_ptr param_list, + CORBA::NVList_ptr retval, CORBA::Environment &env) { CORBA::Any in_arg (Param_Test::_tc_Bounded_Long_Seq, (void *) &this->in_.in (), 0); |