From d6620103876357d14c5baa6998a7d2087fdc4834 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Fri, 22 Sep 2000 23:17:58 +0000 Subject: [PATCH] ICU-610 Described replacement functions for the deprecated functions and put in a removeal date. X-SVN-Rev: 2496 --- icu4c/source/i18n/unicode/decimfmt.h | 4 ++-- icu4c/source/i18n/unicode/timezone.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/icu4c/source/i18n/unicode/decimfmt.h b/icu4c/source/i18n/unicode/decimfmt.h index 9253e6dc88..d4c0d485f5 100644 --- a/icu4c/source/i18n/unicode/decimfmt.h +++ b/icu4c/source/i18n/unicode/decimfmt.h @@ -554,7 +554,7 @@ public: * @see #setPadCharacter * @see #getPadPosition * @see #setPadPosition - * @deprecated remove after 2000-dec-31 + * @deprecated remove after 2000-dec-31. See UNumberFormatSymbol and unum_getSymbol() for a replacement. */ inline UChar getPadCharacter(void); @@ -582,7 +582,7 @@ public: * @see #getPadCharacter * @see #getPadPosition * @see #setPadPosition - * @deprecated remove after 2000-dec-31 + * @deprecated remove after 2000-dec-31. See UNumberFormatSymbol and unum_getSymbol() for a replacement. */ inline void setPadCharacter(UChar padChar); diff --git a/icu4c/source/i18n/unicode/timezone.h b/icu4c/source/i18n/unicode/timezone.h index 1517d29ea1..93c71d3d45 100644 --- a/icu4c/source/i18n/unicode/timezone.h +++ b/icu4c/source/i18n/unicode/timezone.h @@ -249,7 +249,7 @@ public: virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis, UErrorCode& status) const = 0; /** - * @deprecated + * @deprecated Remove after 2000-dec-31. Use the other getOffset(). */ virtual int32_t getOffset(uint8_t era, int32_t year, int32_t month, int32_t day, uint8_t dayOfWeek, int32_t millis) const = 0; @@ -391,7 +391,7 @@ public: * @param date the given UDate. * @return true if the given date is in daylight savings time, * false, otherwise. - * @deprecated + * @deprecated Remove after 2000-dec-31. Use useDaylightTime() instead. */ virtual UBool inDaylightTime(UDate date, UErrorCode& status) const = 0;