summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorHyunbin Lee <hyunbin.lee@samsung.com>2013-01-08 14:50:20 +0900
committerHyunbin Lee <hyunbin.lee@samsung.com>2013-01-08 14:50:48 +0900
commite9eb50b17b039be843f29991d250d82f16c5a26f (patch)
treeaed69e10d26c99ac860bbca098d4dfb551b6df20 /inc
parent5d4becdcd2e5d175cbb3ae9c647eefd4a1d85726 (diff)
downloadinstaller-e9eb50b17b039be843f29991d250d82f16c5a26f.tar.gz
installer-e9eb50b17b039be843f29991d250d82f16c5a26f.tar.bz2
installer-e9eb50b17b039be843f29991d250d82f16c5a26f.zip
Add unmount code for 2.0 applications.
Change-Id: I93ffc77e7c823251ed0debef53cbb9aab68d94f5 Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
Diffstat (limited to 'inc')
-rwxr-xr-xinc/InstallerDefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/InstallerDefs.h b/inc/InstallerDefs.h
index 295e72c..f86f3ff 100755
--- a/inc/InstallerDefs.h
+++ b/inc/InstallerDefs.h
@@ -186,7 +186,7 @@ enum InstallerError
INSTALLER_ERROR_CERT_ROOT,
INSTALLER_ERROR_DRM,
INSTALLER_ERROR_INTEGRITY_FAILED,
-
+ INSTALLER_ERROR_UNMOUNT_FAILED
};
enum InstallerOperation