X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sope-ical%2FNGiCal%2FiCalEvent.h;h=19f74fcb0ec0508f8c7b1a2a8ab83d1a6f873275;hb=0845f165ed702b7887d2a57ee8e8a87b658b1235;hp=1559038f5918630cfcb1855415ef739b2572d5f9;hpb=854ec8f6329431a7d5b12e6c265f1a6c2f014e8a;p=sope diff --git a/sope-ical/NGiCal/iCalEvent.h b/sope-ical/NGiCal/iCalEvent.h index 1559038f..19f74fcb 100644 --- a/sope-ical/NGiCal/iCalEvent.h +++ b/sope-ical/NGiCal/iCalEvent.h @@ -34,7 +34,7 @@ */ @class NSString, NSMutableArray, NSCalendarDate; -@class iCalPerson; +@class iCalPerson, iCalEventChanges; @interface iCalEvent : iCalEntityObject { @@ -53,6 +53,8 @@ - (BOOL)hasDuration; - (NSTimeInterval)durationAsTimeInterval; +- (iCalEventChanges *)getChangesRelativeToEvent:(iCalEvent *)_event; + @end #endif /* __NGiCal_iCalEvent_H__ */