Monotone-Parent: a5370a41693bc2294eb25921c8e19dda7570a063

Monotone-Revision: d236b4faef46342731f423fa93d09e1139cc312e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-07-12T15:37:14
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-07-12 15:37:14 +00:00
parent 956c4f2109
commit 6d95a55549
10 changed files with 54 additions and 89 deletions
+11 -7
View File
@@ -20,7 +20,17 @@
*/
// $Id: UIxTaskEditor.m 181 2004-08-11 15:13:25Z helge $
#include <SOGoUI/UIxComponent.h>
#import <Foundation/NSCalendarDate.h>
#import <Foundation/NSNull.h>
#import <Foundation/NSValue.h>
#import <NGExtensions/NGCalendarDateRange.h>
#import <NGExtensions/NSCalendarDate+misc.h>
#import <NGCards/iCalPerson.h>
#import <SoObjects/Appointments/SOGoAppointmentFolder.h>
#import <SoObjects/Appointments/SOGoFreeBusyObject.h>
#import <SOGoUI/UIxComponent.h>
@interface UIxTaskProposal : UIxComponent
{
@@ -54,12 +64,6 @@
- (void)setICalPersons:(NSArray *)_ps asQueryParameter:(NSString *)_qp;
@end
#include <SoObjects/Appointments/SOGoAppointmentFolder.h>
#include <SoObjects/Appointments/SOGoFreeBusyObject.h>
#include <NGExtensions/NGCalendarDateRange.h>
#include <NGCards/NGCards.h>
#include "common.h"
@implementation UIxTaskProposal
- (void)dealloc {