New cache subsystem for ActiveSync.

This commit is contained in:
Ludovic Marcotte
2014-05-15 15:03:24 -04:00
parent 93bf98c326
commit c426afd7f2
10 changed files with 638 additions and 98 deletions
+3 -1
View File
@@ -35,7 +35,9 @@ typedef enum {
MAPIFolderCacheObject = 1,
MAPIMessageCacheObject = 2,
MAPIFAICacheObject = 3,
MAPIInternalCacheObject = 99 /* object = property list */
MAPIInternalCacheObject = 99, /* object = property list */
ActiveSyncGlobalCacheObject = 200,
ActiveSyncFolderCacheObject = 201
} SOGoCacheObjectType;
@interface SOGoCacheGCSObject : SOGoCacheObject