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:
Wolfgang Sourdeau
2010-10-12 21:40:54 +00:00
parent 3d6cec69cd
commit 227a13eb78
3 changed files with 84 additions and 25 deletions
+4 -2
View File
@@ -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;