merge with master
[platform/framework/web/wrt-plugins-common.git] / src / modules / tizen / WidgetInterfaceDAO / WidgetInterfaceDAO.h
index da5c8ff..b4141c0 100644 (file)
@@ -28,7 +28,6 @@
 #include <LocalStorage/ILocalStorage.h>
 
 namespace WrtDeviceApis {
-
 class WidgetInterfaceDAO :
     public LocalStorage::Api::ILocalStorage
 {
@@ -47,7 +46,7 @@ class WidgetInterfaceDAO :
     DPL::Optional<std::string> getValue(const std::string& key) const;
     void clear(bool removeReadOnly);
     size_t getStorageSize() const;
-    std::string getValueByIndex(size_t index) const;
+    std::string getKeyByIndex(size_t index) const;
 
   protected:
     int m_widgetHandle;
@@ -58,7 +57,6 @@ class WidgetInterfaceDAO :
     bool copyPropertiesFromWrtDatabase();
     static std::string databaseFileName(int widgetHandle);
 };
-
 }
 
 #endif //WRTDEVICEAPIS_COMMONS_WIDGET_INTERFACE_DAO_H_
\ No newline at end of file