ace_wchar.cpp

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: ace_wchar.cpp 80826 2008-03-04 14:51:23Z wotte $
00004 
00005 #include "ace/config-macros.h"
00006 #include "ace/ace_wchar.h"
00007 
00008 ACE_RCSID(ace, ace_wchar, "$Id: ace_wchar.cpp 80826 2008-03-04 14:51:23Z wotte $")
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

Generated on Tue Feb 2 17:18:38 2010 for ACE by  doxygen 1.4.7