mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 09:33:47 +00:00
Directory Structure [step 1]: moving files
working on #672 NOTE: This commit can't be compiled!!
This commit is contained in:
21
deps/acelite/ace/Recyclable.cpp
vendored
Normal file
21
deps/acelite/ace/Recyclable.cpp
vendored
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