00001 #include "ace_pch.h" 00002 //$Id: Recyclable.cpp,v 1.1.1.1.2.1 2003/03/13 19:44:22 chad Exp $ 00003 #include "ace/Recyclable.h" 00004 00005 00006 #if !defined (__ACE_INLINE__) 00007 #include "ace/Recyclable.inl" 00008 #endif /* __ACE_INLINE __ */ 00009 00010 ACE_RCSID(ace, Recyclable, "$Id: Recyclable.cpp,v 1.1.1.1.2.1 2003/03/13 19:44:22 chad Exp $") 00011 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 }
1.2.14 written by Dimitri van Heesch,
© 1997-2002