Adjust for multi-package installer
[platform/core/appfw/app-installers.git] / src / common / installer_context.h
index 7b70991..374127b 100644 (file)
@@ -398,6 +398,11 @@ class InstallerContext {
    * @brief Storage where package to be installed
    */
   Property<Storage> storage;
+
+  /**
+   * @brief Index of current request
+   */
+  Property<int> index;
 };
 
 }  // namespace common_installer