Recyclable.cpp

Go to the documentation of this file.
00001 //Recyclable.cpp,v 4.3 2005/10/28 16:14:55 ossama Exp
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, "Recyclable.cpp,v 4.3 2005/10/28 16:14:55 ossama Exp")
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

Generated on Thu Nov 9 09:42:01 2006 for ACE by doxygen 1.3.6