struct UI8Array_r replaces struct I8Array_r

This commit is contained in:
Wolfgang Sourdeau
2012-10-05 09:59:45 -04:00
parent eca09c87cc
commit 671ce26a48
6 changed files with 16 additions and 16 deletions

View File

@@ -128,7 +128,7 @@
isMove: (BOOL) isMove
isRecursive: (BOOL) isRecursive;
- (int) getDeletedFMIDs: (struct I8Array_r **) fmidsPtr
- (int) getDeletedFMIDs: (struct UI8Array_r **) fmidsPtr
andCN: (uint64_t *) cnPtr
fromChangeNumber: (uint64_t) changeNum
inTableType: (enum mapistore_table_type) tableType
@@ -142,7 +142,7 @@
- (int) modifyPermissions: (struct PermissionData *) permissions
withCount: (uint16_t) pcount
andFlags: (int8_t) flags;
- (enum mapistore_error) preloadMessageBodies: (const struct I8Array_r *) mids;
- (enum mapistore_error) preloadMessageBodies: (const struct UI8Array_r *) mids;
/* helpers */
- (uint64_t) idForObjectWithKey: (NSString *) childKey;