Update wrt-plugins-common_0.3.53
[framework/web/wrt-plugins-common.git] / src / modules / API / LocalStorage / ILocalStorage.h
index 80fb5f5..d1a4db7 100644 (file)
@@ -73,9 +73,9 @@ class ILocalStorage
     virtual size_t getStorageSize() const = 0;
 
     /**
-     * Get value for key
+     * Get key name for index
      */
-    virtual std::string getValueByIndex(size_t index) const = 0;
+    virtual std::string getKeyByIndex(size_t index) const = 0;
 
     /**
      * virtual destructor