Add send signal if there is not enough memory during web app installation
[framework/web/wrt-installer.git] / src / jobs / widget_install / widget_unzip.h
index 25e1293..f9c0d6d 100644 (file)
@@ -45,7 +45,7 @@ class WidgetUnzip
     bool decryptDRMPackage(const std::string &source, const std::string
             &decryptedSource);
     std::string getDecryptedPackage(const std::string &source);
-
+    void checkAvailableSpace(const std::string &destination);
 };
 
 } //namespace WidgetInstall