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:
Wolfgang Sourdeau
2007-04-11 19:03:42 +00:00
parent 9c2fe1288e
commit 772b31b277
3 changed files with 24 additions and 82 deletions
+1 -5
View File
@@ -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;