summaryrefslogtreecommitdiffstats
path: root/include/utils/BackupHelpers.h
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2009-06-17 16:20:55 -0700
committerJoe Onorato <joeo@android.com>2009-06-17 16:20:55 -0700
commitefd0fab04b96d7ab0c1d8bf3b79397c8621e31c5 (patch)
treef4b5afd53736822e9dc9e4c0f08140cd6fac8d60 /include/utils/BackupHelpers.h
parent2cf3971ea4d22f8981ae71e6ba358f19e1628d09 (diff)
downloadframeworks_base-efd0fab04b96d7ab0c1d8bf3b79397c8621e31c5.zip
frameworks_base-efd0fab04b96d7ab0c1d8bf3b79397c8621e31c5.tar.gz
frameworks_base-efd0fab04b96d7ab0c1d8bf3b79397c8621e31c5.tar.bz2
FileRestoreHelper and RestoreHelperDispatcher work.
Diffstat (limited to 'include/utils/BackupHelpers.h')
-rw-r--r--include/utils/BackupHelpers.h2
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();