mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-27 04:44:18 +00:00
Monotone-Parent: 9dc469536500c323784e5781a427b38e495324c3
Monotone-Revision: 9b8dbd42ad07c6401218185ae572a3918a455e0f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-12T21:40:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -52,13 +52,15 @@ extern uint64_t *MAPILongLongValue (void *, uint64_t);
|
||||
|
||||
@interface MAPIStoreContext : NSObject
|
||||
{
|
||||
struct mapistore_context *memCtx;
|
||||
void *ldbCtx;
|
||||
|
||||
NSMutableDictionary *objectCache;
|
||||
MAPIStoreAuthenticator *authenticator;
|
||||
WOContext *woContext;
|
||||
NSMutableDictionary *messageCache;
|
||||
NSMutableDictionary *subfolderCache;
|
||||
SOGoFolder *moduleFolder;
|
||||
void *memCtx;
|
||||
NSString *lastObjectURL;
|
||||
id lastObject;
|
||||
}
|
||||
@@ -67,7 +69,7 @@ extern uint64_t *MAPILongLongValue (void *, uint64_t);
|
||||
|
||||
- (void) setupModuleFolder;
|
||||
|
||||
- (void) setMemCtx: (void *) newMemCtx;
|
||||
- (void) setMemCtx: (struct mapistore_context *) newMemCtx;
|
||||
|
||||
- (void) setAuthenticator: (MAPIStoreAuthenticator *) newAuthenticator;
|
||||
- (MAPIStoreAuthenticator *) authenticator;
|
||||
|
||||
Reference in New Issue
Block a user