Monotone-Parent: f6c0e7b189ab5cb8693eed0b3a987d07e64bf77a

Monotone-Revision: 3df5cb5e1700a34d8542e29d89e602bdba319ffa

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-26T22:27:57
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2006-09-26 22:27:57 +00:00
parent 4df426caa0
commit 80cc5a8fe0
2 changed files with 16 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#ifndef __Appointments_SOGoAppointmentObject_H__
#define __Appointments_SOGoAppointmentObject_H__
#include <SOGo/SOGoContentObject.h>
#import <SOGo/SOGoContentObject.h>
/*
SOGoAppointmentObject

View File

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