Remove boost dependency
[platform/core/appfw/app-installers.git] / src / common / installer / app_installer.cc
index bbed096..f575c8c 100644 (file)
@@ -839,6 +839,10 @@ void AppInstaller::HandleStepError(Step::Status result,
                  context_->pkgid.get());
 }
 
+void AppInstaller::on_error(Step::Status result, const std::string& error) {
+  HandleStepError(result, error);
+}
+
 std::string AppInstaller::GetPackageVersion() {
   std::string version;
   if (context_->manifest_data.get()) {