Fat commit to refactor the quick record generation

This commit is contained in:
Ludovic Marcotte
2014-07-30 14:51:00 -04:00
parent 07324e56a0
commit b05fcc7d82
78 changed files with 341 additions and 1580 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
/*
Copyright (C) 2006-2012 Inverse inc.
Copyright (C) 2006-2014 Inverse inc.
Copyright (C) 2004-2005 SKYRIX Software AG
This file is part of SOGo.
@@ -65,12 +65,12 @@
#warning this code should be put in SOGoCalendarComponent once the UID hack\
in SOGoAppointmentObject is resolved
- (NSException *) saveContentString: (NSString *) newContent
baseVersion: (unsigned int) newVersion
- (NSException *) saveComponent: (id) theComponent
baseVersion: (unsigned int) newVersion
{
NSException *ex;
ex = [super saveContentString: newContent baseVersion: newVersion];
ex = [super saveComponent: theComponent baseVersion: newVersion];
[fullCalendar release];
fullCalendar = nil;
[safeCalendar release];