(fix) manually added patch from PR#113 to avoid many "broken" commits

This commit is contained in:
Ludovic Marcotte
2015-11-05 09:36:11 -05:00
parent 0605fdf02a
commit 7a5e550510
2 changed files with 9 additions and 1 deletions
@@ -140,6 +140,14 @@
return aclManager;
}
- (NSException *) changeParticipationStatus: (NSString *) newPartStat
withDelegate: (iCalPerson *) delegate
alarm: (iCalAlarm *) alarm
{
// Required for protocol <SOGoComponentOccurence>
return nil;
}
- (id) init
{
if ((self = [super init]))