diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-24 13:44:55 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-24 13:44:55 +0000 |
commit | 46732a6599981239b6de6d690e1fea58542ae79b (patch) | |
tree | 30ccc38ebab6b21bd7a5b04fcd46c556766fa366 /TAO/tao/Sequence_T.i | |
parent | 429aaa8fec33b626936123bc1e58cb42d4bbc9e0 (diff) | |
download | ATCD-46732a6599981239b6de6d690e1fea58542ae79b.tar.gz |
ChangeLogTag: Tue Apr 24 08:28:40 2001 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Sequence_T.i')
-rw-r--r-- | TAO/tao/Sequence_T.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Sequence_T.i b/TAO/tao/Sequence_T.i index df96a2d58b9..c747c35ab7d 100644 --- a/TAO/tao/Sequence_T.i +++ b/TAO/tao/Sequence_T.i @@ -240,7 +240,7 @@ TAO_Object_Manager<T,T_var>::operator-> (void) const template <class T, class T_var> ACE_INLINE TAO_Object_Manager<T,T_var>::operator const T_var () const { - return T::_duplicate (*this->ptr_); + return T_var::duplicate (*this->ptr_); } template <class T, class T_var> ACE_INLINE |