Monotone-Parent: 45d8fb39f680e94fe0299bcf69c3299afcb25b4e

Monotone-Revision: 079bdf395b41e7935067212226e16e63189e1a92

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-10-05T13:56:33
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2010-10-05 13:56:33 +00:00
parent a853c8bd9d
commit 9705f286eb

View file

@ -39,14 +39,14 @@
static Class SOGoUserFolderK; static Class SOGoUserFolderK;
@implementation SOGoObject (LeakD) // @implementation SOGoObject (ZombieD)
- (void) dealloc // - (void) dealloc
{ // {
[super dealloc]; // [super dealloc];
} // }
@end // @end
@implementation MAPIStoreMailContext @implementation MAPIStoreMailContext
@ -140,6 +140,12 @@ static Class SOGoUserFolderK;
hour: 0 minute: 0 second: 0]; hour: 0 minute: 0 second: 0];
*data = [offsetDate asFileTimeInMemCtx: memCtx]; *data = [offsetDate asFileTimeInMemCtx: memCtx];
break; break;
// case PR_DEPTH: // TODO: DOUBT
// longValue = talloc_zero(memCtx, uint32_t);
// *longValue = 1;
// *data = longValue;
// break;
// case PR_ROW_TYPE: // TODO: DOUBT // case PR_ROW_TYPE: // TODO: DOUBT
// longValue = talloc_zero(memCtx, uint32_t); // longValue = talloc_zero(memCtx, uint32_t);
// *longValue = 1; // *longValue = 1;