mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 19:56:23 +00:00
Monotone-Parent: 7c22447764e780a8dae1012384128eed67ba6a5c
Monotone-Revision: 8e645f6ce572b9b56929f17f32c93a52e98cef27 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-12T21:34:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
|
||||
#import <NGCards/iCalEvent.h>
|
||||
|
||||
#import "MAPIStoreCalendarMessage.h"
|
||||
#import "MAPIStoreTypes.h"
|
||||
#import "NSDate+MAPIStore.h"
|
||||
#import "NSString+MAPIStore.h"
|
||||
@@ -35,8 +36,20 @@
|
||||
|
||||
#include <mapistore/mapistore_nameid.h>
|
||||
|
||||
static Class MAPIStoreCalendarMessageK = Nil;
|
||||
|
||||
@implementation MAPIStoreCalendarMessageTable
|
||||
|
||||
+ (void) initialize
|
||||
{
|
||||
MAPIStoreCalendarMessageK = [MAPIStoreCalendarMessage class];
|
||||
}
|
||||
|
||||
+ (Class) childObjectClass
|
||||
{
|
||||
return MAPIStoreCalendarMessageK;
|
||||
}
|
||||
|
||||
- (MAPIRestrictionState) evaluatePropertyRestriction: (struct mapi_SPropertyRestriction *) res
|
||||
intoQualifier: (EOQualifier **) qualifier
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user