X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/ba6d6ed23dec08b1cd5700a128c0752491c10ac9..51004dcb01e06fef634b61be77ed73dd61cb6db9:/icuSources/i18n/unicode/gregocal.h diff --git a/icuSources/i18n/unicode/gregocal.h b/icuSources/i18n/unicode/gregocal.h index 3a618397..f50cc82d 100644 --- a/icuSources/i18n/unicode/gregocal.h +++ b/icuSources/i18n/unicode/gregocal.h @@ -1,5 +1,5 @@ /* -* Copyright (C) 1997-2012, International Business Machines Corporation and others. +* Copyright (C) 1997-2013, International Business Machines Corporation and others. * All Rights Reserved. ******************************************************************************** * @@ -468,7 +468,6 @@ public: */ static UClassID U_EXPORT2 getStaticClassID(void); -/* Cannot use #ifndef U_HIDE_DRAFT_API for the following draft method since it is virtual */ /** * Returns the calendar type name string for this Calendar object. * The returned string is the legacy ICU calendar attribute value, @@ -477,7 +476,7 @@ public: * For more details see the Calendar::getType() documentation. * * @return legacy calendar type name string - * @draft ICU 49 + * @stable ICU 49 */ virtual const char * getType() const;