mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 19:48:53 +00:00
Monotone-Parent: ecc7993695f6bf490b49a22b237471f7d599bc76
Monotone-Revision: 7016b89d1c4abd33e846818e244ff6fabde5521e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-27T21:55:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -407,6 +407,17 @@ _prepareContextClass (Class contextClass,
|
||||
return mappingId;
|
||||
}
|
||||
|
||||
- (uint64_t) getNewChangeNumber
|
||||
{
|
||||
uint64_t newVersionNumber;
|
||||
|
||||
if (openchangedb_get_new_changeNumber (connInfo->oc_ctx, &newVersionNumber)
|
||||
!= MAPISTORE_SUCCESS)
|
||||
abort ();
|
||||
|
||||
return newVersionNumber;
|
||||
}
|
||||
|
||||
/* subclasses */
|
||||
|
||||
+ (NSString *) MAPIModuleName
|
||||
|
||||
Reference in New Issue
Block a user