diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-11 20:44:16 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-11 20:44:16 +0000 |
commit | 86b40d7cf8be5e2adeb3ba7a19b4716cf185f6ca (patch) | |
tree | fce66a9331c4b174478fe93b1248bf40d35e221b /TAO/tao/DynSequence_i.cpp | |
parent | 7d3eb611e5ddaf146fd4b9a91415e1e20ddb3b85 (diff) | |
download | ATCD-86b40d7cf8be5e2adeb3ba7a19b4716cf185f6ca.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/tao/DynSequence_i.cpp')
-rw-r--r-- | TAO/tao/DynSequence_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/DynSequence_i.cpp b/TAO/tao/DynSequence_i.cpp index 4eaf0ec5941..6795db51afc 100644 --- a/TAO/tao/DynSequence_i.cpp +++ b/TAO/tao/DynSequence_i.cpp @@ -104,7 +104,7 @@ TAO_DynSequence_i::length (CORBA::Environment &) // and copy back, even if the result is only to decrease the size. void TAO_DynSequence_i::length (CORBA::ULong length, - CORBA::Environment& env) + CORBA::Environment &) { this->da_members_.size (length); } |