summaryrefslogtreecommitdiff
path: root/TAO/tao/Sequence_T.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-21 19:29:50 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-08-21 19:29:50 +0000
commitca3ecd20200f0bde45b491ce0297d9af1c038631 (patch)
tree6c478509fff856198ddaaa65462f14af547e63e3 /TAO/tao/Sequence_T.cpp
parent4edbadfe3167a99d56dbc93c077fd1eeac9bd5c4 (diff)
downloadATCD-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.cpp2
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