ICU-2071 fix GMT @deprecate tag, and add @since tag to getGMT()

X-SVN-Rev: 9630
This commit is contained in:
Alan Liu 2002-08-08 23:13:54 +00:00
parent 9b3a004040
commit d9112c29ec

View file

@ -115,8 +115,8 @@ public:
/**
* The GMT zone has a raw offset of zero and does not use daylight
* savings time.
* @deprecated This variable can be improperly intialized when used during
* the static initialization process. Use getGMT() instead.
* @deprecated To be removed after 2002-aug-16. Use getGMT() instead. This variable can be improperly intialized when used during
* the static initialization process.
*/
static const TimeZone* GMT;
#endif
@ -125,6 +125,7 @@ public:
* The GMT time zone has a raw offset of zero and does not use daylight
* savings time. This is a commonly used time zone.
* @return the GMT time zone.
* @since ICU 2.0
*/
static const TimeZone* getGMT(void);