ICU-610 Described replacement functions for the deprecated functions and put in a removeal date.

X-SVN-Rev: 2496
This commit is contained in:
George Rhoten 2000-09-22 23:17:58 +00:00
parent 3d38863a50
commit d662010387
2 changed files with 4 additions and 4 deletions

View File

@ -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);

View File

@ -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;