diff options
author | Joe Onorato <joeo@android.com> | 2009-06-17 16:20:55 -0700 |
---|---|---|
committer | Joe Onorato <joeo@android.com> | 2009-06-17 16:20:55 -0700 |
commit | efd0fab04b96d7ab0c1d8bf3b79397c8621e31c5 (patch) | |
tree | f4b5afd53736822e9dc9e4c0f08140cd6fac8d60 /include | |
parent | 2cf3971ea4d22f8981ae71e6ba358f19e1628d09 (diff) | |
download | frameworks_base-efd0fab04b96d7ab0c1d8bf3b79397c8621e31c5.zip frameworks_base-efd0fab04b96d7ab0c1d8bf3b79397c8621e31c5.tar.gz frameworks_base-efd0fab04b96d7ab0c1d8bf3b79397c8621e31c5.tar.bz2 |
FileRestoreHelper and RestoreHelperDispatcher work.
Diffstat (limited to 'include')
-rw-r--r-- | include/utils/BackupHelpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/BackupHelpers.h b/include/utils/BackupHelpers.h index 3ca8ad2..fa7f8d5 100644 --- a/include/utils/BackupHelpers.h +++ b/include/utils/BackupHelpers.h @@ -78,7 +78,7 @@ public: bool HasEntities(); status_t ReadEntityHeader(String8* key, size_t* dataSize); status_t SkipEntityData(); // must be called with the pointer at the begining of the data. - status_t ReadEntityData(void* data, size_t size); + ssize_t ReadEntityData(void* data, size_t size); private: explicit BackupDataReader(); |