mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-30 09:03:47 +00:00
restructured repository based on following standards:
https://github.com/HW-Core/directory-structure
This commit is contained in:
21
modules/dep/acelite/ace/Recyclable.cpp
Normal file
21
modules/dep/acelite/ace/Recyclable.cpp
Normal file
@@ -0,0 +1,21 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user