Update wrt-commons_0.2.54
[framework/web/wrt-commons.git] / modules / widget_dao / include / dpl / wrt-dao-ro / widget_dao_read_only.h
index 62fbe6e..db1de98 100644 (file)
@@ -173,6 +173,7 @@ struct WidgetRegisterInfo
     DPL::OptionalString pkgname;
     time_t installedTime;
     PkgType pType;
+    EncryptedFileList encryptedFiles;
 };
 
 typedef std::list<std::string> CertificateChainList;
@@ -716,6 +717,8 @@ class WidgetDAOReadOnly
                                                 records in DB table.
      */
     PkgType getPkgType() const;
+
+    void getEncryptedFileList(EncryptedFileList& filesList) const;
 };
 
 } // namespace WrtDB