/*
-* 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
*
* Date Name Description
* 05/13/2003 srl copied from gregocal.h
* 11/26/2003 srl copied from buddhcal.h
-********************************************************************************
+******************************************************************************
*/
#ifndef HEBRWCAL_H
* <p>
* @internal
*/
-class U_I18N_API HebrewCalendar : public Calendar {
+class HebrewCalendar : public Calendar {
public:
/**
* Useful constants for HebrewCalendar.
* @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".
/**
* @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);
/**