Files
azerothcore-wotlk/dep/acelite/ace/Log_Msg_Backend.cpp
Yehonal e8e94a0a66 First Commit
For Azeroth!
2016-06-26 10:39:44 +02:00

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