getNewChangeNumbers: new wrapper for openchangedb_get_new_changeNumbers

This commit is contained in:
Wolfgang Sourdeau
2012-10-12 16:55:27 -04:00
parent a29c39c5d5
commit ce4084e528
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: (NSUInteger) max;
/* subclass methods */
+ (NSString *) MAPIModuleName;