mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-12 10:21:22 +00:00
Monotone-Parent: f6c0e7b189ab5cb8693eed0b3a987d07e64bf77a
Monotone-Revision: 3df5cb5e1700a34d8542e29d89e602bdba319ffa Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-26T22:27:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#ifndef __Appointments_SOGoAppointmentObject_H__
|
||||
#define __Appointments_SOGoAppointmentObject_H__
|
||||
|
||||
#include <SOGo/SOGoContentObject.h>
|
||||
#import <SOGo/SOGoContentObject.h>
|
||||
|
||||
/*
|
||||
SOGoAppointmentObject
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user