Files
azerothcore-wotlk/deps/acelite/ace/Recyclable.cpp
Yehonal f06f32849f Directory Structure [step 1]: moving files
working on #672

NOTE: This commit can't be compiled!!
2017-10-12 20:00:52 +02:00

22 lines
343 B
C++

#include "ace/Recyclable.h"
#if !defined (__ACE_INLINE__)
#include "ace/Recyclable.inl"
#endif /* __ACE_INLINE __ */
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Recyclable::ACE_Recyclable (ACE_Recyclable_State initial_state)
: recycle_state_ (initial_state)
{
}
ACE_Recyclable::~ACE_Recyclable (void)
{
}
ACE_END_VERSIONED_NAMESPACE_DECL