00001 //$Id: Recyclable.cpp 69051 2005-10-28 16:14:56Z ossama $ 00002 #include "ace/Recyclable.h" 00003 00004 00005 #if !defined (__ACE_INLINE__) 00006 #include "ace/Recyclable.inl" 00007 #endif /* __ACE_INLINE __ */ 00008 00009 ACE_RCSID(ace, Recyclable, "$Id: Recyclable.cpp 69051 2005-10-28 16:14:56Z ossama $") 00010 00011 ACE_BEGIN_VERSIONED_NAMESPACE_DECL 00012 00013 ACE_Recyclable::ACE_Recyclable (ACE_Recyclable_State initial_state) 00014 : recycle_state_ (initial_state) 00015 { 00016 } 00017 00018 ACE_Recyclable::~ACE_Recyclable (void) 00019 { 00020 } 00021 00022 ACE_END_VERSIONED_NAMESPACE_DECL