]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/hebrwcal.h
ICU-400.42.tar.gz
[apple/icu.git] / icuSources / i18n / hebrwcal.h
index a9ac84466854059f43feed861e2136ee3de3f454..ead8bfae0b58147381e70d8ea566831a1a9047d0 100644 (file)
@@ -1,6 +1,8 @@
 /*
-* Copyright (C) 2003-2004, International Business Machines Corporation and others. All Rights Reserved.
-********************************************************************************
+******************************************************************************
+* Copyright (C) 2003-2007, International Business Machines Corporation
+* and others. All Rights Reserved.
+******************************************************************************
 *
 * File HEBRWCAL.H
 *
@@ -9,7 +11,7 @@
 *   Date        Name        Description
 *   05/13/2003  srl          copied from gregocal.h
 *   11/26/2003  srl          copied from buddhcal.h
-********************************************************************************
+******************************************************************************
 */
 
 #ifndef HEBRWCAL_H
@@ -78,7 +80,7 @@ U_NAMESPACE_BEGIN
  * <p>
  * @internal
  */
-class U_I18N_API HebrewCalendar : public Calendar {
+class HebrewCalendar : public Calendar {
 public:
   /**
    * Useful constants for HebrewCalendar.
@@ -214,7 +216,7 @@ public:
      * @return   The class ID for all objects of this class.
      * @internal
      */
-    static UClassID U_EXPORT2 getStaticClassID(void);
+    U_I18N_API static UClassID U_EXPORT2 getStaticClassID(void);
 
     /**
      * return the calendar type, "hebrew".
@@ -242,7 +244,7 @@ public:
     /**
      * @deprecated ICU 2.6 use UCalendarDateFields instead of EDateFields
      */
-    inline virtual void add(EDateFields field, int32_t amount, UErrorCode& status) { add((UCalendarDateFields)field, amount, status); }
+    virtual void add(EDateFields field, int32_t amount, UErrorCode& status);
 
 
     /**