mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 06:18:50 +00:00
Monotone-Parent: e1689f21ae9391a98de28b07ee195a3a85688a85
Monotone-Revision: 187ef5414dadc22f5e049aad96bb6207fee6d226 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-09-23T15:36:49 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#import <NGCards/iCalPerson.h>
|
||||
#import <SOGo/SOGoUser.h>
|
||||
#import <SOGo/SOGoUserDefaults.h>
|
||||
#import <Appointments/SOGoAppointmentObject.h>
|
||||
#import <Appointments/SOGoTaskObject.h>
|
||||
|
||||
#import "MAPIStoreTasksFolder.h"
|
||||
#import "MAPIStoreTypes.h"
|
||||
@@ -50,6 +50,15 @@
|
||||
#include <mapistore/mapistore_errors.h>
|
||||
#include <mapistore/mapistore_nameid.h>
|
||||
|
||||
@implementation SOGoTaskObject (MAPIStoreExtension)
|
||||
|
||||
- (Class) mapistoreMessageClass
|
||||
{
|
||||
return [MAPIStoreTasksMessage class];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
@implementation MAPIStoreTasksMessage
|
||||
|
||||
- (int) getPrIconIndex: (void **) data // TODO
|
||||
|
||||
Reference in New Issue
Block a user