mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 10:00:28 +00:00
12 lines
190 B
C++
12 lines
190 B
C++
#include "ace/Reactor_Impl.h"
|
|
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_ALLOC_HOOK_DEFINE (ACE_Reactor_Impl)
|
|
|
|
ACE_Reactor_Impl::~ACE_Reactor_Impl (void)
|
|
{
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|