mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
11 lines
223 B
C++
11 lines
223 B
C++
#include "ace/Encoding_Converter.h"
|
|
|
|
#if defined (ACE_USES_WCHAR)
|
|
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
|
|
|
ACE_Encoding_Converter::~ACE_Encoding_Converter (void)
|
|
{
|
|
}
|
|
|
|
ACE_END_VERSIONED_NAMESPACE_DECL
|
|
#endif /* ACE_USES_WCHAR */
|