From 674f90156118568c6db126cfce90d49a4837c77a Mon Sep 17 00:00:00 2001 From: wolfgang Date: Tue, 7 Aug 2007 18:37:42 +0000 Subject: [PATCH] git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1139 d1b88da0-ebda-0310-925b-ed51d893ca5b --- .../Appointments/SOGoAppointmentFolder.m | 25 +++++++++++--- .../Appointments/SOGoAppointmentObject.m | 8 ++--- .../Appointments/SOGoAptMailNotification.m | 8 ++++- .../Appointments/SOGoCalendarComponent.m | 6 ++-- SoObjects/Appointments/SOGoFreeBusyObject.m | 11 +++++-- .../Appointments/SOGoGroupAppointmentFolder.m | 12 +++++-- SoObjects/Appointments/SOGoTaskObject.m | 1 - SoObjects/Appointments/common.h | 33 ------------------- 8 files changed, 54 insertions(+), 50 deletions(-) delete mode 100644 SoObjects/Appointments/common.h diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index 4d0b3357..7e0c0e6d 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -19,11 +19,28 @@ 02111-1307, USA. */ -#import -#import -#import +#import +#import +#import + +#import +#import +#import #import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import +#import #import +#import +#import #import #import @@ -34,8 +51,6 @@ #import #import -#import "common.h" - #import "SOGoAppointmentObject.h" #import "SOGoTaskObject.h" diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 1b7a673e..9b1b334f 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -19,8 +19,9 @@ 02111-1307, USA. */ -#import "SOGoAppointmentObject.h" - +#import +#import +#import #import #import #import @@ -30,9 +31,8 @@ #import #import -#import "common.h" - #import "NSArray+Appointments.h" +#import "SOGoAppointmentObject.h" @implementation SOGoAppointmentObject diff --git a/SoObjects/Appointments/SOGoAptMailNotification.m b/SoObjects/Appointments/SOGoAptMailNotification.m index 98a9d74b..788669af 100644 --- a/SoObjects/Appointments/SOGoAptMailNotification.m +++ b/SoObjects/Appointments/SOGoAptMailNotification.m @@ -19,10 +19,16 @@ 02111-1307, USA. */ +#import +#import +#import + +#import +#import +#import #import #import "SOGoAptMailNotification.h" -#import "common.h" @interface SOGoAptMailNotification (PrivateAPI) - (BOOL)isSubject; diff --git a/SoObjects/Appointments/SOGoCalendarComponent.m b/SoObjects/Appointments/SOGoCalendarComponent.m index 5f987aa5..c7760128 100644 --- a/SoObjects/Appointments/SOGoCalendarComponent.m +++ b/SoObjects/Appointments/SOGoCalendarComponent.m @@ -22,6 +22,10 @@ #import +#import +#import +#import +#import #import #import #import @@ -34,8 +38,6 @@ #import #import -#import "common.h" - #import "SOGoAptMailNotification.h" #import "iCalEntityObject+SOGo.h" #import "SOGoCalendarComponent.h" diff --git a/SoObjects/Appointments/SOGoFreeBusyObject.m b/SoObjects/Appointments/SOGoFreeBusyObject.m index b892914c..d8559111 100644 --- a/SoObjects/Appointments/SOGoFreeBusyObject.m +++ b/SoObjects/Appointments/SOGoFreeBusyObject.m @@ -19,13 +19,20 @@ 02111-1307, USA. */ +#import +#import +#import +#import + +#import +#import +#import #import #import #import -#import "common.h" - #import +#import #import #import "SOGoFreeBusyObject.h" diff --git a/SoObjects/Appointments/SOGoGroupAppointmentFolder.m b/SoObjects/Appointments/SOGoGroupAppointmentFolder.m index 80985e7f..ad33f26d 100644 --- a/SoObjects/Appointments/SOGoGroupAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoGroupAppointmentFolder.m @@ -19,11 +19,19 @@ 02111-1307, USA. */ +#import +#import +#import + +#import +#import +#import #import + #import +#import -#include "SOGoGroupAppointmentFolder.h" -#include "common.h" +#import "SOGoGroupAppointmentFolder.h" @implementation SOGoGroupAppointmentFolder diff --git a/SoObjects/Appointments/SOGoTaskObject.m b/SoObjects/Appointments/SOGoTaskObject.m index cc15067f..5fc7b15a 100644 --- a/SoObjects/Appointments/SOGoTaskObject.m +++ b/SoObjects/Appointments/SOGoTaskObject.m @@ -30,7 +30,6 @@ #import #import #import "SOGoAptMailNotification.h" -#import "common.h" #import "NSArray+Appointments.h" diff --git a/SoObjects/Appointments/common.h b/SoObjects/Appointments/common.h deleted file mode 100644 index c3c5c3ae..00000000 --- a/SoObjects/Appointments/common.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - Copyright (C) 2002-2005 SKYRIX Software AG - - This file is part of OpenGroupware.org. - - OGo is free software; you can redistribute it and/or modify it under - the terms of the GNU Lesser General Public License as published by the - Free Software Foundation; either version 2, or (at your option) any - later version. - - OGo is distributed in the hope that it will be useful, but WITHOUT ANY - WARRANTY; without even the implied warranty of MERCHANTABILITY or - FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public - License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with OGo; see the file COPYING. If not, write to the - Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. -*/ - -#import - -#if NeXT_Foundation_LIBRARY || COCOA_Foundation_LIBRARY -# include -# include -#endif - -#include -#include -#include - -#warning importing common.h is baaad -- 2.39.5