X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..ef6cf650f4a75c3f97de06b51fa104f2069b9ea2:/icuSources/common/servslkf.cpp diff --git a/icuSources/common/servslkf.cpp b/icuSources/common/servslkf.cpp index b8afaaad..4222d213 100644 --- a/icuSources/common/servslkf.cpp +++ b/icuSources/common/servslkf.cpp @@ -1,6 +1,6 @@ /** ******************************************************************************* - * Copyright (C) 2001-2005, International Business Machines Corporation and * + * Copyright (C) 2001-2014, International Business Machines Corporation and * * others. All Rights Reserved. * ******************************************************************************* * @@ -17,7 +17,6 @@ #include "ustrfmt.h" #include "uhash.h" #include "charstr.h" -#include "ucln_cmn.h" #include "uassert.h" #define UNDERSCORE_CHAR ((UChar)0x005f) @@ -98,9 +97,9 @@ UnicodeString& SimpleLocaleKeyFactory::debug(UnicodeString& result) const { LocaleKeyFactory::debug(result); - result.append(", id: "); + result.append((UnicodeString)", id: "); result.append(_id); - result.append(", kind: "); + result.append((UnicodeString)", kind: "); result.append(_kind); return result; } @@ -108,7 +107,7 @@ SimpleLocaleKeyFactory::debug(UnicodeString& result) const UnicodeString& SimpleLocaleKeyFactory::debugClass(UnicodeString& result) const { - return result.append("SimpleLocaleKeyFactory"); + return result.append((UnicodeString)"SimpleLocaleKeyFactory"); } #endif