3 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
5 ACE_INLINE ACE_Recyclable_State
6 ACE_Recyclable::recycle_state () const
8 return this->recycle_state_;
12 ACE_Recyclable::recycle_state (ACE_Recyclable_State new_state)
14 if (this->recycle_state_ != ACE_RECYCLABLE_CLOSED)
15 this->recycle_state_ = new_state;
18 ACE_END_VERSIONED_NAMESPACE_DECL