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:
Wolfgang Sourdeau
2006-09-08 15:14:07 +00:00
parent d854821b72
commit 7aa8da029e
3 changed files with 77 additions and 22 deletions
+5 -1
View File
@@ -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;