server/dep/ACE_wrappers/ace/ace_wchar.cpp
Neo2003 23c920ca4b [10643] Update the ACE part we use to 5.8.2
Signed-off-by: Neo2003 <Neo.2003@Hotmail.fr>
2010-10-25 20:36:51 +02:00

17 lines
363 B
C++

// -*- C++ -*-
//
// $Id: ace_wchar.cpp 91286 2010-08-05 09:04:31Z johnnyw $
#include "ace/config-macros.h"
#include "ace/ace_wchar.h"
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
#if defined(ACE_HAS_ICONV)
iconv_t ACE_Wide_To_Ascii::ACE_Wide_To_Ascii_iconv_env = 0;
iconv_t ACE_Ascii_To_Wide::ACE_Ascii_To_Wide_iconv_env = 0;
#endif
ACE_END_VERSIONED_NAMESPACE_DECL