diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-19 18:01:54 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-19 18:01:54 +0000 |
commit | 3f64aeffc6646a66d81b615f892e3906f158f012 (patch) | |
tree | 8da62bcb1bb53aa545132006cec9f6f069d218dc /TAO/tao/Sequence_T.i | |
parent | e84c19db4894528c9ec67261e0c2af6898f75ae9 (diff) | |
download | ATCD-3f64aeffc6646a66d81b615f892e3906f158f012.tar.gz |
ChangeLogTag:Thu Aug 19 12:57:12 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Sequence_T.i')
-rw-r--r-- | TAO/tao/Sequence_T.i | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/TAO/tao/Sequence_T.i b/TAO/tao/Sequence_T.i index adbfa791916..db4b1d6cf19 100644 --- a/TAO/tao/Sequence_T.i +++ b/TAO/tao/Sequence_T.i @@ -257,22 +257,6 @@ TAO_Object_Manager<T,T_var>::inout (void) return *this->ptr_; } -template <class T, class T_var> ACE_INLINE T *& -TAO_Object_Manager<T,T_var>::out (void) -{ - CORBA::release (*this->ptr_); - *this->ptr_ = T::_nil (); - return *this->ptr_; -} - -template <class T, class T_var> ACE_INLINE T * -TAO_Object_Manager<T,T_var>::_retn (void) -{ - T *temp = *this->ptr_; - *this->ptr_ = T::_nil (); - return temp; -} - // ************************************************************* // Inline operations for class TAO_Pseudo_Object_Manager<T> // ************************************************************* |