Monotone-Parent: 7e2d84b941087b6996499d8c6a6832f1b87db837

Monotone-Revision: 267b360550dcc02b5b9590b3fe3268d521bd74e4

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-08-04T14:09:59
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-08-04 14:09:59 +00:00
parent 9b00eaa966
commit 736ccd7bf0
4 changed files with 22 additions and 24 deletions

View File

@@ -67,10 +67,12 @@
+ (int) openContext: (MAPIStoreContext **) contextPtr
withURI: (const char *) newUri
andConnectionInfo: (struct mapistore_connection_info *) newConnInfo;
connectionInfo: (struct mapistore_connection_info *) newConnInfo
andTDBIndexing: (struct tdb_wrap *) indexingTdb;
- (id) initFromURL: (NSURL *) newUri
withConnectionInfo: (struct mapistore_connection_info *) newConnInfo;
withConnectionInfo: (struct mapistore_connection_info *) newConnInfo
andTDBIndexing: (struct tdb_wrap *) indexingTdb;
- (void) setAuthenticator: (MAPIStoreAuthenticator *) newAuthenticator;
- (MAPIStoreAuthenticator *) authenticator;