From 9705f286ebb4997e23ffa997fef4a47a870f942d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 5 Oct 2010 13:56:33 +0000 Subject: [PATCH] Monotone-Parent: 45d8fb39f680e94fe0299bcf69c3299afcb25b4e Monotone-Revision: 079bdf395b41e7935067212226e16e63189e1a92 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-05T13:56:33 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreMailContext.m | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/OpenChange/MAPIStoreMailContext.m b/OpenChange/MAPIStoreMailContext.m index d17e33860..d3eca7c78 100644 --- a/OpenChange/MAPIStoreMailContext.m +++ b/OpenChange/MAPIStoreMailContext.m @@ -39,14 +39,14 @@ static Class SOGoUserFolderK; -@implementation SOGoObject (LeakD) +// @implementation SOGoObject (ZombieD) -- (void) dealloc -{ - [super dealloc]; -} +// - (void) dealloc +// { +// [super dealloc]; +// } -@end +// @end @implementation MAPIStoreMailContext @@ -140,6 +140,12 @@ static Class SOGoUserFolderK; hour: 0 minute: 0 second: 0]; *data = [offsetDate asFileTimeInMemCtx: memCtx]; break; + // case PR_DEPTH: // TODO: DOUBT + // longValue = talloc_zero(memCtx, uint32_t); + // *longValue = 1; + // *data = longValue; + // break; + // case PR_ROW_TYPE: // TODO: DOUBT // longValue = talloc_zero(memCtx, uint32_t); // *longValue = 1;