00001 // -*- C++ -*- 00002 // 00003 // $Id: ace_wchar.cpp 78294 2007-05-10 15:23:23Z shuston $ 00004 00005 #include "ace/config-macros.h" 00006 #include "ace/ace_wchar.h" 00007 00008 ACE_RCSID(ace, ace_wchar, "$Id: ace_wchar.cpp 78294 2007-05-10 15:23:23Z shuston $") 00009 00010 ACE_BEGIN_VERSIONED_NAMESPACE_DECL 00011 00012 #if defined(ACE_HAS_ICONV) 00013 iconv_t ACE_Wide_To_Ascii::ACE_Wide_To_Ascii_iconv_env = 0; 00014 iconv_t ACE_Ascii_To_Wide::ACE_Ascii_To_Wide_iconv_env = 0; 00015 #endif 00016 00017 ACE_END_VERSIONED_NAMESPACE_DECL