00001 /* -*- C++ -*- */ 00002 //$Id: Recyclable.inl,v 1.1.1.1 2003/02/21 18:36:32 chad Exp $ 00003 00004 00005 00006 ACE_INLINE ACE_Recyclable_State 00007 ACE_Recyclable::recycle_state (void) const 00008 { 00009 return this->recycle_state_; 00010 } 00011 00012 ACE_INLINE void 00013 ACE_Recyclable::recycle_state (ACE_Recyclable_State new_state) 00014 { 00015 if (this->recycle_state_ == ACE_RECYCLABLE_CLOSED) 00016 return; 00017 00018 this->recycle_state_ = new_state; 00019 }
1.2.14 written by Dimitri van Heesch,
© 1997-2002