From 5b1abf0d68db22ce08f5ef4f95b6dbe40306c00e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 13 Jul 2012 20:34:13 +0000 Subject: [PATCH] fixed missing declaration update Monotone-Parent: d953e1b8cae8bcdf2a3cff4219ea365af8391941 Monotone-Revision: 11acebc5a76969e7e9f712ff0325cb10e3171669 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-07-13T20:34:13 --- SoObjects/Appointments/SOGoCalendarComponent.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/SoObjects/Appointments/SOGoCalendarComponent.h b/SoObjects/Appointments/SOGoCalendarComponent.h index fc111f5a6..ebffdb7b0 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.h +++ b/SoObjects/Appointments/SOGoCalendarComponent.h @@ -24,6 +24,7 @@ #ifndef SOGOCALENDARCOMPONENT_H #define SOGOCALENDARCOMPONENT_H +#import #import #import "SOGoComponentOccurence.h" @@ -79,6 +80,7 @@ addedAttendees: (NSArray *) theAddedAttendees deletedAttendees: (NSArray *) theDeletedAttendees updatedAttendees: (NSArray *) theUpdatedAttendees; + operation: (SOGoEventOperation) theOperation; - (iCalPerson *) findParticipantWithUID: (NSString *) uid;