/*
-* Copyright (C) {1997-2004}, International Business Machines Corporation and others. All Rights Reserved.
+* Copyright (C) {1997-2005}, International Business Machines Corporation and others. All Rights Reserved.
* *
********************************************************************************
*
#include "unicode/utypes.h"
+/**
+ * \file
+ * \brief C++ API: SimpleTimeZone is a concrete subclass of TimeZone.
+ */
+
#if !UCONFIG_NO_FORMATTING
#include "unicode/timezone.h"
/**
* Redeclared TimeZone method. This implementation simply calls
* the base class method, which otherwise would be hidden.
- * @draft ICU 2.8
+ * @stable ICU 2.8
*/
virtual void getOffset(UDate date, UBool local, int32_t& rawOffset,
int32_t& dstOffset, UErrorCode& ec) const;
* are in effect. A positive number, typically one hour (3600000).
* @stable ICU 2.0
*/
- int32_t getDSTSavings(void) const;
+ virtual int32_t getDSTSavings(void) const;
/**
* Queries if this TimeZone uses Daylight Savings Time.