[10643] Update the ACE part we use to 5.8.2

Signed-off-by: Neo2003 <Neo.2003@Hotmail.fr>
This commit is contained in:
Neo2003 2010-10-25 20:36:51 +02:00
parent 8f71d95c0d
commit 23c920ca4b
739 changed files with 22031 additions and 40373 deletions

View file

@ -1,4 +1,4 @@
// $Id: UTF16_Encoding_Converter.cpp 80826 2008-03-04 14:51:23Z wotte $
// $Id: UTF16_Encoding_Converter.cpp 83735 2008-11-14 09:41:52Z johnnyw $
// ======================================================================
//
@ -305,7 +305,7 @@ ACE_UTF16_Encoding_Converter::encoded (const ACE_Byte* source,
static const size_t converted = begin * 4;
ACE_Byte target[converted];
ACE_UTF16_Encoding_Converter* converter;
ACE_UTF16_Encoding_Converter* converter = 0;
ACE_NEW_RETURN (converter,
ACE_UTF16_Encoding_Converter (false),
0);