mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user