mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
12 lines
160 B
C++
12 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
|