From d6332552761fcce700adb465ff540d30a671403c Mon Sep 17 00:00:00 2001 From: Jason parks Date: Fri, 7 Jan 2011 09:01:15 -0600 Subject: Add a method enable encryption. This is for testing and needs to be cleaned up. Change-Id: I71cd5412f7096dc13d9ab61229ee9846c6f0006a --- include/storage/IMountService.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/storage') diff --git a/include/storage/IMountService.h b/include/storage/IMountService.h index 68ccd95..472d8e5 100644 --- a/include/storage/IMountService.h +++ b/include/storage/IMountService.h @@ -67,6 +67,7 @@ public: virtual bool isObbMounted(const String16& filename) = 0; virtual bool getMountedObbPath(const String16& filename, String16& path) = 0; virtual int32_t decryptStorage(const String16& password) = 0; + virtual int32_t encryptStorage(const String16& password) = 0; }; // ---------------------------------------------------------------------------- -- cgit v1.1