Monotone-Parent: 86fd1ace33a761145516f77910d46684fbe4f423

Monotone-Revision: 3ded00a80ce87781ff6767f6fe38a12735a48340

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-08-09T19:42:38
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2012-08-09 19:42:38 +00:00
parent 4940c2ba48
commit c2a63a3d8e
5 changed files with 7 additions and 2 deletions

View File

@@ -29,6 +29,7 @@
#import <Foundation/NSURL.h>
#import <NGExtensions/NSObject+Logs.h>
#import <EOControl/EOQualifier.h>
#import <SOGo/SOGoFolder.h>
#import <SOGo/SOGoUser.h>
#import "EOQualifier+MAPI.h"
#import "MAPIStoreContext.h"

View File

@@ -29,6 +29,7 @@
#import "MAPIStoreContext.h"
#import "MAPIStoreFolder.h"
#import "MAPIStoreMessage.h"
#import "MAPIStoreTypes.h"
#import "NSData+MAPIStore.h"
#import "NSString+MAPIStore.h"

View File

@@ -23,7 +23,6 @@
#import <Foundation/NSArray.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSString.h>
#import <SOGo/SOGoFolder.h>
#import <SOGo/SOGoObject.h>
#import <SOGo/SOGoUser.h>
@@ -103,7 +102,7 @@
entryId = [NSData data];
else
{
connInfo = [[container context] connectionInfo];
connInfo = [(MAPIStoreContext *) [container context] connectionInfo];
entryId = MAPIStoreInternalEntryId (connInfo->sam_ctx, userId);
}
*data = [entryId asBinaryInMemCtx: memCtx];

View File

@@ -25,6 +25,7 @@
#import <Foundation/NSMapTable.h>
#import <Foundation/NSPropertyList.h>
#import <Foundation/NSThread.h>
#import <Foundation/NSTimeZone.h>
#import <Foundation/NSURL.h>
#import <NGObjWeb/WOContext.h>

View File

@@ -20,6 +20,9 @@
* Boston, MA 02111-1307, USA.
*/
#import <Foundation/NSDictionary.h>
#import <Foundation/NSCalendarDate.h>
#import "SOGoMAPIObject.h"
@implementation SOGoMAPIObject