diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-21 19:29:50 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-08-21 19:29:50 +0000 |
commit | ca3ecd20200f0bde45b491ce0297d9af1c038631 (patch) | |
tree | 6c478509fff856198ddaaa65462f14af547e63e3 /TAO/tao/Sequence_T.cpp | |
parent | 4edbadfe3167a99d56dbc93c077fd1eeac9bd5c4 (diff) | |
download | ATCD-ca3ecd20200f0bde45b491ce0297d9af1c038631.tar.gz |
ChangeLogTag: Tue Aug 21 13:55:31 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Sequence_T.cpp')
-rw-r--r-- | TAO/tao/Sequence_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Sequence_T.cpp b/TAO/tao/Sequence_T.cpp index 9dd7a53ae4b..f83bce80ab7 100644 --- a/TAO/tao/Sequence_T.cpp +++ b/TAO/tao/Sequence_T.cpp @@ -277,7 +277,7 @@ TAO_Object_Manager<T,T_var>::operator=(const T_var &p) // that of a var variable. Therefore we duplicate p's // pointer before assigning it to the internal // variable. - T_var::release (*this->ptr_); + T_var::tao_release (*this->ptr_); *this->ptr_ = T_var::tao_duplicate (p.in ()); } else |