getNewChangeNumbers: new wrapper for openchangedb_get_new_changeNumbers

This commit is contained in:
Wolfgang Sourdeau
2012-10-12 17:42:43 -04:00
parent bc52ee6954
commit 5e2453f3c4
2 changed files with 29 additions and 0 deletions
+1
View File
@@ -104,6 +104,7 @@
- (uint64_t) idForObjectWithKey: (NSString *) key
inFolderURL: (NSString *) folderURL;
- (uint64_t) getNewChangeNumber;
- (NSArray *) getNewChangeNumbers: (uint64_t) max;
/* subclass methods */
+ (NSString *) MAPIModuleName;