mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 17:19:07 +00:00
13 lines
160 B
C++
13 lines
160 B
C++
#include "ace/Log_Msg_Backend.h"
|
|
|
|
|
|
|
|
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_Log_Msg_Backend::~ACE_Log_Msg_Backend (void)
|
|
{
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|