Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebCtrlIWebDownloadListener.h
old mode 100755 (executable)
new mode 100644 (file)
index b5d48eb..163b615
@@ -96,7 +96,8 @@ class _OSP_EXPORT_ IWebDownloadListener
 {
 public:
        /**
-        * This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes are called when the destructor of this interface is called.
+        * This polymorphic destructor should be overridden if required. @n
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
         *
         * @since               2.0
         */
@@ -120,11 +121,11 @@ public:
        virtual void OnWebDataDownloadCompleted(void) = 0;
 
        /**
-       * Called when an error has occurred while downloading content.
+       * Called when an error occurs while downloading content.
        *
        * @since                2.0
        *
-       * @param[in]    error                   The type of error that occurred while downloading data
+       * @param[in]    error                   The type of error that occurs while downloading data
        */
        virtual void OnWebDownloadFailed(LoadingErrorType error) = 0;