Monotone-Parent: 820b27e801f0d5e9a95d74d782342e33456b3b4d

Monotone-Revision: c818bd7fb6cf31cc71d77656fd51138b3237c073

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-09-08T15:26:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-09-08 15:26:46 +00:00
parent 6b74ac5941
commit 7b1cd90d5b
3 changed files with 11 additions and 37 deletions

View File

@@ -22,7 +22,10 @@
#ifndef __UIxComponent_H_
#define __UIxComponent_H_
#include <NGObjWeb/SoComponent.h>
#import <NGObjWeb/SoComponent.h>
#import <NGObjWeb/WOContext+SoObjects.h>
#import <SOGo/SOGoObject.h>
/*
UIxComponent
@@ -37,7 +40,6 @@
@interface UIxComponent : SoComponent
{
NSMutableDictionary *queryParameters;
NSTimeZone *viewTimeZone;
NSCalendarDate *_selectedDate;
}
@@ -62,8 +64,6 @@
- (NSString *)relativePathToUserFolderSubPath:(NSString *)_sub;
/* date selection */
- (NSTimeZone *)viewTimeZone;
- (NSTimeZone *)backendTimeZone;
- (NSCalendarDate *)selectedDate;
- (NSString *)dateStringForDate:(NSCalendarDate *)_date;