Replace gmtime to gmtime_r for TimeZone
[platform/framework/native/appfw.git] / inc / FLclLocale.h
index 78b0fef..058ab1b 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -572,9 +571,7 @@ enum LanguageCode
        LANGUAGE_ZUN, /**< Zuni */
        LANGUAGE_ZXX, /**< No linguistic content; Not applicable */
        LANGUAGE_ZZA, /**< Zaza; Dimili; Dimli; Kirdki; Kirmanjki; Zazaki */
-       LANGUAGE_MAX, // Language max count
-
-    LANGUAGE_INVALID_RESERVED = LANGUAGE_ZZA + 2, // An invalid language code for internal (LANGUAGE_ZZA+2)
+       LANGUAGE_MAX // Language max count
 }; // LanguageCode
 
 
@@ -834,9 +831,7 @@ enum CountryCode
        COUNTRY_BL, /**< SAINT BARTHELEMY @b Since: @b 2.1  */
        COUNTRY_MF, /**< SAINT MARTIN (FRENCH PART) @b Since: @b 2.1 */
        COUNTRY_AREA_419, /**< Latin America and the Caribbean @b Since: @b 2.1  */
-       COUNTRY_MAX,    //< Country max count
-
-    COUNTRY_INVALID_RESERVED = COUNTRY_ME + 2, // An invalid country code for internal (COUNTRY_ME+2)
+       COUNTRY_MAX    //< Country max count
 };
 
 
@@ -958,7 +953,7 @@ public:
         *
         * @return              The language code enum value of the instance
         *
-        * @remark              The specific LanguageCode represents the language code with the locale's ISO-15924 abbreviation script code.
+        * @remarks             The specific LanguageCode represents the language code with the locale's ISO-15924 abbreviation script code.
         */
        LanguageCode GetLanguageCode(void) const;
 
@@ -1167,7 +1162,7 @@ public:
         * @return              The ISO 3166-1 alpha-3 country code string associated with the @c countryCode, @n
         *                              else an empty string if countryCode is invalid
         * @see                 CountryCodeToString()
-        * @remark              COUNTRY_AREA_419 returns an empty string, since it is not defined in the ISO 3166-1 alpha-3.
+        * @remarks             COUNTRY_AREA_419 returns an empty string, since it is not defined in the ISO 3166-1 alpha-3.
         */
        static Tizen::Base::String CountryCodeToThreeLetterCountryCodeString(CountryCode countryCode);