Monotone-Parent: dfd1432deb15d83cbdbaf1744401c991a8101e4f

Monotone-Revision: 4224c7c9f8db16516212b3b44f889f3d56232959

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-22T16:12:41
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-11-22 16:12:41 +00:00
parent c528bcd29a
commit 443d446c26
5 changed files with 5 additions and 4 deletions

View File

@ -30,6 +30,7 @@
#import "MAPIApplication.h"
#import "MAPIStoreAuthenticator.h"
#import "MAPIStoreMapping.h"
#import "MAPIStoreTypes.h"
#import "NSCalendarDate+MAPIStore.h"
#import "NSString+MAPIStore.h"
#import "SOGoGCSFolder+MAPIStore.h"

View File

@ -33,6 +33,7 @@
#import "MAPIApplication.h"
#import "MAPIStoreAuthenticator.h"
#import "MAPIStoreMapping.h"
#import "MAPIStoreTypes.h"
#import "NSString+MAPIStore.h"
#import "SOGoGCSFolder+MAPIStore.h"

View File

@ -45,10 +45,7 @@
@class SOGoObject;
@class MAPIStoreAuthenticator;
extern uint8_t *MAPIBoolValue (void *, BOOL);
extern uint32_t *MAPILongValue (void *, uint32_t);
extern uint64_t *MAPILongLongValue (void *, uint64_t);
@class MAPIStoreMapping;
@interface MAPIStoreContext : NSObject
{

View File

@ -35,6 +35,7 @@
#import "MAPIApplication.h"
#import "MAPIStoreAuthenticator.h"
#import "MAPIStoreMapping.h"
#import "MAPIStoreTypes.h"
#import "NSData+MAPIStore.h"
#import "NSCalendarDate+MAPIStore.h"
#import "NSString+MAPIStore.h"

View File

@ -28,6 +28,7 @@
#import "MAPIApplication.h"
#import "MAPIStoreAuthenticator.h"
#import "MAPIStoreMapping.h"
#import "MAPIStoreTypes.h"
#import "NSCalendarDate+MAPIStore.h"
#import "NSString+MAPIStore.h"
#import "SOGoGCSFolder+MAPIStore.h"