mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 06:16:00 +00:00
Monotone-Parent: b65572c3789024ccb44bac952fa19cc6708071a0
Monotone-Revision: fc87b2e35370aef34db8f91a54bc71a27c2ea297 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-19T20:26:33 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -23,10 +23,11 @@
|
||||
#ifndef MAPISTORECALENDARWRAPPER_H
|
||||
#define MAPISTORECALENDARWRAPPER_H
|
||||
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <NGCards/iCalPerson.h>
|
||||
#import <Appointments/iCalEntityObject+SOGo.h>
|
||||
|
||||
#import "MAPIStoreObjectProxy.h"
|
||||
|
||||
@class NSTimeZone;
|
||||
|
||||
@class iCalAlarm;
|
||||
@@ -35,7 +36,7 @@
|
||||
|
||||
@class SOGoUser;
|
||||
|
||||
@interface MAPIStoreAppointmentWrapper : NSObject
|
||||
@interface MAPIStoreAppointmentWrapper : MAPIStoreObjectProxy
|
||||
{
|
||||
struct mapistore_connection_info *connInfo;
|
||||
iCalCalendar *calendar;
|
||||
|
||||
Reference in New Issue
Block a user