From 80cc5a8fe0f94d82e590e81efedc33fd9fa448fd Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 26 Sep 2006 22:27:57 +0000 Subject: [PATCH] Monotone-Parent: f6c0e7b189ab5cb8693eed0b3a987d07e64bf77a Monotone-Revision: 3df5cb5e1700a34d8542e29d89e602bdba319ffa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-26T22:27:57 Monotone-Branch: ca.inverse.sogo --- SoObjects/Appointments/SOGoAppointmentObject.h | 2 +- SoObjects/Appointments/SOGoAppointmentObject.m | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.h b/SoObjects/Appointments/SOGoAppointmentObject.h index ef2280c80..84c8615cc 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.h +++ b/SoObjects/Appointments/SOGoAppointmentObject.h @@ -22,7 +22,7 @@ #ifndef __Appointments_SOGoAppointmentObject_H__ #define __Appointments_SOGoAppointmentObject_H__ -#include +#import /* SOGoAppointmentObject diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 764346eb7..cee3407bf 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -96,6 +96,21 @@ static NSString *mailTemplateDefaultLanguage = nil; [super dealloc]; } +// - (BOOL) isCallable +// { +// NSLog (@"object callable"); + +// return YES; +// } + +// - (id) callOnObject: (id) _client +// inContext: (id) _ctx +// { +// NSLog (@"coucou"); + +// return self; +// } + /* accessors */ - (NSString *)iCalString {