From 3f64aeffc6646a66d81b615f892e3906f158f012 Mon Sep 17 00:00:00 2001 From: coryan Date: Thu, 19 Aug 1999 18:01:54 +0000 Subject: ChangeLogTag:Thu Aug 19 12:57:12 1999 Carlos O'Ryan --- TAO/tao/Sequence_T.i | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'TAO/tao/Sequence_T.i') 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::inout (void) return *this->ptr_; } -template ACE_INLINE T *& -TAO_Object_Manager::out (void) -{ - CORBA::release (*this->ptr_); - *this->ptr_ = T::_nil (); - return *this->ptr_; -} - -template ACE_INLINE T * -TAO_Object_Manager::_retn (void) -{ - T *temp = *this->ptr_; - *this->ptr_ = T::_nil (); - return temp; -} - // ************************************************************* // Inline operations for class TAO_Pseudo_Object_Manager // ************************************************************* -- cgit v1.2.1