mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-13 15:35:30 +00:00
Monotone-Parent: 98814195ee0653059251e5fef63d4cfbcda8d5f1
Monotone-Revision: 1b89ce2fe004930400d04b4bed9edb04d4d4fa82 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-11T19:03:42 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -44,9 +44,9 @@
|
||||
|
||||
@interface SOGoObject : NSObject
|
||||
{
|
||||
WOContext *context;
|
||||
NSString *nameInContainer;
|
||||
id container;
|
||||
NSTimeZone *userTimeZone;
|
||||
NSString *customOwner;
|
||||
}
|
||||
|
||||
@@ -59,10 +59,6 @@
|
||||
- (NSString *) nameInContainer;
|
||||
- (id) container;
|
||||
|
||||
- (NSTimeZone *) serverTimeZone;
|
||||
- (NSTimeZone *) userTimeZone;
|
||||
- (NSTimeZone *) userTimeZone: (NSString *) username;
|
||||
|
||||
/* ownership */
|
||||
|
||||
- (void) setOwner: (NSString *) newOwner;
|
||||
|
||||
Reference in New Issue
Block a user