Files
TrinityCore/dep/ACE_wrappers/ace/Encoding_Converter.cpp
T
maximius 26b5e033ff *Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and some other cleanups by hand)
*Fix a possible crash in Spell::DoAllEffectOnTarget

--HG--
branch : trunk
2009-10-17 15:35:07 -07:00

11 lines
287 B
C++

// $Id: Encoding_Converter.cpp 80826 2008-03-04 14:51:23Z wotte $
#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 */