See changelog

Monotone-Parent: 9641487ae73aa57f2e0f1a17a9b0f485143a6423
Monotone-Revision: afb54e0e3680201763787e929aeb5bdb376b0543

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-11-12T03:30:13
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2008-11-12 03:30:13 +00:00
parent 74ed2d15e0
commit 49412759b8
6 changed files with 102 additions and 113 deletions
+9
View File
@@ -29,9 +29,11 @@
@class NSMutableDictionary;
@class NSString;
@class NSTimer;
@class NSUserDefaults;
@class SOGoObject;
@class SOGoUser;
@class SOGoUserDefaults;
@interface SOGoCache : NSObject
{
@@ -52,6 +54,13 @@
- (void) registerUser: (SOGoUser *) user;
- (id) userNamed: (NSString *) name;
+ (void) setCachedUserDefaults: (SOGoUserDefaults *) theDefaults
user: (NSString *) login;
+ (NSDictionary *) cachedUserDefaults;
+ (void) setCachedUserSettings: (SOGoUserDefaults *) theSettings
user: (NSString *) login;
+ (NSDictionary *) cachedUserSettings;
@end
#endif /* SOGOCACHE_H */