mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 17:05:10 +00:00
Monotone-Parent: 6d36e54f1eaf29904dfc5704ceda7ec96bfe06a1
Monotone-Revision: 3de8e00fa5bb88193311af3e8122587204b580f8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-09-08T15:14:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
lookup.
|
||||
*/
|
||||
|
||||
@class NSString, NSArray, NSMutableString, NSException;
|
||||
@class NSString, NSArray, NSMutableString, NSException, NSTimeZone;
|
||||
@class GCSFolderManager, GCSFolder;
|
||||
@class SOGoUserFolder, SOGoGroupsFolder;
|
||||
|
||||
@@ -42,6 +42,7 @@
|
||||
{
|
||||
NSString *nameInContainer;
|
||||
id container;
|
||||
NSTimeZone *userTimeZone;
|
||||
}
|
||||
|
||||
+ (id) objectWithName: (NSString *)_name inContainer:(id)_container;
|
||||
@@ -53,6 +54,9 @@
|
||||
- (NSString *)nameInContainer;
|
||||
- (id)container;
|
||||
|
||||
- (NSTimeZone *) serverTimeZone;
|
||||
- (NSTimeZone *) userTimeZone;
|
||||
|
||||
/* ownership */
|
||||
|
||||
- (NSString *)ownerInContext:(id)_ctx;
|
||||
|
||||
Reference in New Issue
Block a user