Monotone-Parent: 3b8c41adf2fbd28bd91312ef68f3f4faa8ef381f

Monotone-Revision: 22a3b958acddeb274e788d95f5da332880c64d78

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-08-13T19:55:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-08-13 19:55:50 +00:00
parent de46251676
commit 07a376b461
4 changed files with 3 additions and 51 deletions

View File

@@ -150,24 +150,6 @@ static Class NSExceptionK, MAPIStoreFolderK;
return properties;
}
- (enum mapistore_error) getURI: (char **) uriP
inMemCtx: (TALLOC_CTX *) memCtx
{
enum mapistore_error rc;
NSString *url;
url = [self url];
if (url)
{
*uriP = [url asUnicodeInMemCtx: memCtx];
rc = MAPISTORE_SUCCESS;
}
else
rc = MAPISTORE_ERR_NOT_FOUND;
return rc;
}
- (int) getProperty: (void **) data
withTag: (enum MAPITAGS) propTag
inMemCtx: (TALLOC_CTX *) memCtx