mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 17:28:52 +00:00
fixed missing declaration update
Monotone-Parent: d953e1b8cae8bcdf2a3cff4219ea365af8391941 Monotone-Revision: 11acebc5a76969e7e9f712ff0325cb10e3171669 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:34:13
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#ifndef SOGOCALENDARCOMPONENT_H
|
||||
#define SOGOCALENDARCOMPONENT_H
|
||||
|
||||
#import <SOGo/SOGoConstants.h>
|
||||
#import <SOGo/SOGoContentObject.h>
|
||||
|
||||
#import "SOGoComponentOccurence.h"
|
||||
@@ -79,6 +80,7 @@
|
||||
addedAttendees: (NSArray *) theAddedAttendees
|
||||
deletedAttendees: (NSArray *) theDeletedAttendees
|
||||
updatedAttendees: (NSArray *) theUpdatedAttendees;
|
||||
operation: (SOGoEventOperation) theOperation;
|
||||
|
||||
- (iCalPerson *) findParticipantWithUID: (NSString *) uid;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user