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:
Wolfgang Sourdeau
2012-07-13 20:34:13 +00:00
parent 82f3f1b3d9
commit 5b1abf0d68

View File

@@ -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;