From 86383275f32aabd6e2082af41144d4db529542d7 Mon Sep 17 00:00:00 2001 From: Ram Viswanadha Date: Tue, 18 May 2004 23:08:35 +0000 Subject: [PATCH] ICU-2487 fix for getLocale() X-SVN-Rev: 15390 --- icu4c/source/i18n/unicode/calendar.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/icu4c/source/i18n/unicode/calendar.h b/icu4c/source/i18n/unicode/calendar.h index 2c816d6e7db..9ed9b77e401 100644 --- a/icu4c/source/i18n/unicode/calendar.h +++ b/icu4c/source/i18n/unicode/calendar.h @@ -1867,11 +1867,12 @@ private: * time. * * @param desiredLocale The given locale. + * @param type The calendar type identifier, e.g: gregorian, buddhist, etc. * @param success Indicates the status of setting the week count data from * the resource for the given locale. Returns U_ZERO_ERROR if * constructed successfully. */ - void setWeekCountData(const Locale& desiredLocale, UErrorCode& success); + void setWeekCountData(const Locale& desiredLocale, const char *type, UErrorCode& success); /** * Recompute the time and update the status fields isTimeSet