]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/windtfmt.h
ICU-461.18.tar.gz
[apple/icu.git] / icuSources / i18n / windtfmt.h
index 364822d56b1b357b3a96e075f205e6f0fd630adb..5f6e2dab494e53ac386c43ad0e0a629f934ff660 100644 (file)
@@ -1,6 +1,6 @@
 /*
 ********************************************************************************
-*   Copyright (C) 2005-2006, International Business Machines
+*   Copyright (C) 2005-2009, International Business Machines
 *   Corporation and others.  All Rights Reserved.
 ********************************************************************************
 *
@@ -105,7 +105,7 @@ public:
      * @return          The class ID for all objects of this class.
      * @draft ICU 3.6
      */
-    static UClassID U_EXPORT2 getStaticClassID(void);
+    U_I18N_API static UClassID U_EXPORT2 getStaticClassID(void);
 
     /**
      * Returns a unique class ID POLYMORPHICALLY. Pure virtual override. This
@@ -125,6 +125,7 @@ private:
     void formatTime(const SYSTEMTIME *st, UnicodeString &appendTo) const;
 
     UnicodeString setTimeZoneInfo(TIME_ZONE_INFORMATION *tzi, const TimeZone &zone) const;
+    UnicodeString* getTimeDateFormat(const Calendar *cal, const Locale *locale, UErrorCode &status) const;
 
     UnicodeString *fDateTimeMsg;
     DateFormat::EStyle fTimeStyle;