diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index e62197056..145869913 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -132,21 +132,12 @@ - (void) setIsNew: (BOOL) newIsNew { - // Required for protocol - // but not yet implemented. Violently warn if - // used. - NSLog (@"SOGoCalendarComponent::setIsNew is not implemented."); - abort(); + [super setIsNew: newIsNew]; } - (BOOL) isNew { - // Required for protocol - // but not yet implemented. Violently warn if - // used. - NSLog (@"SOGoCalendarComponent::isNew is not implemented."); - abort(); - return false; + return [super isNew]; } - (NSException *) changeParticipationStatus: (NSString *) newPartStat