Update documents for DownloadManager
authorSunwook Bae <sunwook45.bae@samsung.com>
Thu, 4 Apr 2013 01:00:46 +0000 (10:00 +0900)
committerSunwook Bae <sunwook45.bae@samsung.com>
Thu, 4 Apr 2013 01:00:46 +0000 (10:00 +0900)
Change-Id: I12c789df1adcc7e1b6551a5370004b9ff491404d
Signed-off-by: Sunwook Bae <sunwook45.bae@samsung.com>
inc/FCntDownloadManager.h

index 851275d..2ea54b9 100644 (file)
@@ -198,6 +198,7 @@ public:
        * @exception    E_SUCCESS           The method is successful.
        * @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.
+       * @remarks      The download request information will be available at least 24 hours after IDownloadListener::OnDownloadCompleted() is called.
        */
        DownloadRequest* GetDownloadRequestN(RequestId reqId) const;
 
@@ -209,6 +210,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.
        */
        DownloadState GetState(RequestId reqId) const;
 
@@ -225,6 +227,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.
        */
        result GetMimeType(RequestId reqId, Tizen::Base::String& mimeType) const;