From 0ca66ca0b1c251347b3e7c0aeaada1b36fe5911c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 31 Jan 2007 18:43:25 +0000 Subject: [PATCH] Monotone-Parent: bae19a28d96a84764714d35713084ac6251803d8 Monotone-Revision: 8e2a303f79635264a21706b680fb4d6d28bfc44d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-01-31T18:43:25 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoCalendarComponent.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SoObjects/Appointments/SOGoCalendarComponent.h b/SoObjects/Appointments/SOGoCalendarComponent.h index 6d93a4afe..637c6f67d 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.h +++ b/SoObjects/Appointments/SOGoCalendarComponent.h @@ -39,6 +39,9 @@ - (NSString *) iCalString; - (iCalCalendar *) calendar; +- (NSException *) primarySaveContentString: (NSString *) _iCalString; +- (NSException *) primaryDelete; + - (NSException *) delete; @end