Recyclable.cpp

Go to the documentation of this file.
00001 //$Id: Recyclable.cpp 80826 2008-03-04 14:51:23Z wotte $
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 80826 2008-03-04 14:51:23Z wotte $")
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 Tue Feb 2 17:18:42 2010 for ACE by  doxygen 1.4.7