X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFCntTypes.h;h=f6ca091eb1279bc019bc2c6ed9f5e5c60baf5a68;hb=794518df48fdb39e7ac9eb0c7b81c5112d40259e;hp=59b113b21549f31c4f27bed18464805acb95cc39;hpb=0994ce0c4aea82afac44b9cff0d593a0502789fb;p=platform%2Fframework%2Fnative%2Fcontent.git diff --git a/inc/FCntTypes.h b/inc/FCntTypes.h index 59b113b..f6ca091 100644 --- a/inc/FCntTypes.h +++ b/inc/FCntTypes.h @@ -82,6 +82,18 @@ enum ImageOrientationType }; /** + * @enum DownloadNetworkType + * Defines the download network type. + * @since 2.1 + */ +enum DownloadNetworkType +{ + DOWNLOAD_NETWORK_DATA_NETWORK = 1, /**< The data network is allowed */ + DOWNLOAD_NETWORK_WIFI, /*< The wifi network is allowed */ + DOWNLOAD_NETWORK_ALL = 100 /*< The all network types are allowed */ +}; + +/** * @enum DownloadState * * Defines the download state. @@ -96,13 +108,13 @@ enum DownloadState DOWNLOAD_STATE_PAUSED, /**< The download request is in a paused state by user request */ DOWNLOAD_STATE_CANCELLED, /**< The download request is cancelled by user request */ DOWNLOAD_STATE_COMPLETED, /**< The download request is in a completed state */ - DOWNLOAD_STATE_FAILED, /**< The download request failed */ + DOWNLOAD_STATE_FAILED /**< The download request failed */ }; -extern const Tizen::Base::String OSP_HOME; -extern const Tizen::Base::String OSP_HOME_EXT; -extern const Tizen::Base::String OSP_MEDIA_PHONE; -extern const Tizen::Base::String OSP_MEDIA_MMC; +_OSP_EXPORT_ extern const wchar_t OSP_HOME[]; +_OSP_EXPORT_ extern const wchar_t OSP_HOME_EXT[]; +_OSP_EXPORT_ extern const wchar_t OSP_MEDIA_PHONE[]; +_OSP_EXPORT_ extern const wchar_t OSP_MEDIA_MMC[]; } } // Tizen::Content