Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / ACE_wrappers / ace / Recyclable.cpp
blobd68ffd4d7b56e77027052d3fc74d66383b130dfa
1 //$Id: Recyclable.cpp 80826 2008-03-04 14:51:23Z wotte $
2 #include "ace/Recyclable.h"
5 #if !defined (__ACE_INLINE__)
6 #include "ace/Recyclable.inl"
7 #endif /* __ACE_INLINE __ */
9 ACE_RCSID(ace, Recyclable, "$Id: Recyclable.cpp 80826 2008-03-04 14:51:23Z wotte $")
11 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
13 ACE_Recyclable::ACE_Recyclable (ACE_Recyclable_State initial_state)
14 : recycle_state_ (initial_state)
18 ACE_Recyclable::~ACE_Recyclable (void)
22 ACE_END_VERSIONED_NAMESPACE_DECL