Update documents(from LB)
authorSunwook Bae <sunwook45.bae@samsung.com>
Mon, 15 Apr 2013 07:39:05 +0000 (16:39 +0900)
committerSunwook Bae <sunwook45.bae@samsung.com>
Mon, 15 Apr 2013 07:39:05 +0000 (16:39 +0900)
Change-Id: Ica58f262fae0879816c86d5d0afc1651521ec566
Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
inc/FCntDownloadManager.h
inc/FCntDownloadRequest.h

index 88246bc..0fe74a7 100644 (file)
@@ -200,7 +200,7 @@ public:
        * @exception    E_INVALID_ARG           There is no download request for the specified @c reqId.
        * @remarks
        *                               - The specific error code can be accessed using the GetLastResult() method.
-       *                               - The download request information will be available at least 24 hours after IDownloadListener::OnDownloadCompleted() is called.
+       *                               - The download request information is available for at least the next 24 hours after IDownloadListener::OnDownloadCompleted() has been called.
        */
        DownloadRequest* GetDownloadRequestN(RequestId reqId) const;
 
@@ -212,7 +212,7 @@ public:
        *
        * @return       The download state
        * @param[in]    reqId               The request ID returned by Start()
-       * @remarks      The download state information will be available at least 24 hours after IDownloadListener::OnDownloadCompleted() is called.
+       * @remarks      The download state information is available for at least the next 24 hours after IDownloadListener::OnDownloadCompleted() has been called.
        */
        DownloadState GetState(RequestId reqId) const;
 
@@ -229,7 +229,7 @@ public:
        * @exception    E_INVALID_OPERATION     The current download state prohibits the execution of this operation. @n
        *                                                                       The download operation has not yet started.
        * @exception    E_SYSTEM            The method cannot proceed due to a severe system error.
-       * @remarks      The MIME type information will be available at least 24 hours after IDownloadListener::OnDownloadCompleted() is called.
+       * @remarks      The MIME type information is available for at least the next 24 hours after IDownloadListener::OnDownloadCompleted() has been called.
        */
        result GetMimeType(RequestId reqId, Tizen::Base::String& mimeType) const;
 
index 9140d1a..34bd35a 100644 (file)
@@ -171,7 +171,7 @@ public:
        void SetNotification(bool enable);
 
        /**
-       * Sets an extra data that is delivered to the application when the notification message is selected. @n
+       * Sets extra data that is delivered to the application when the notification message is selected. @n
        * The extra data will be passed to the application through the
        * Tizen::App::IAppControlProviderEventListener::OnAppControlRequestReceived() method.
        *
@@ -189,7 +189,7 @@ public:
        result SetNotificationExtraData(const Tizen::Base::Collection::IMap *pExtraData);
 
        /**
-       * Sets an allowed network type. @n
+       * Sets to an allowed network type. @n
        * By default, all network types are allowed.
        *
        * @since 2.1
@@ -209,7 +209,7 @@ public:
        bool IsNotificationEnabled(void) const;
 
        /**
-       * Gets an extra data that is delivered to the application when the notification message is selected.
+       * Gets extra data that is delivered to the application when the notification message is selected.
        *
        * @since 2.1
        *