Add API for setting resource destruction callback
[platform/core/uifw/dali-adaptor.git] / dali / devel-api / adaptor-framework / web-engine-back-forward-list-item.h
index 6ab63de..c1b762e 100755 (executable)
 
 namespace Dali
 {
-
 /**
  * @brief A class WebBackForwardListItem for back forward list item of web engine.
  */
 class WebEngineBackForwardListItem
 {
-
 public:
-
   /**
    * @brief Constructor.
    */
@@ -61,10 +58,8 @@ public:
    * @return The original URL of the item, otherwise "" in case of an error
    */
   virtual std::string GetOriginalUrl() const = 0;
-
 };
 
 } // namespace Dali
 
 #endif // DALI_WEB_ENGINE_BACK_FORWARD_LIST_ITEM_H
-