See ChangeLog

Monotone-Parent: a21045504db4729f0a32f67e4bba1f563ea16625
Monotone-Revision: e1912bf4962632854ed7898edea3ca2ba3a70406

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-09-24T15:24:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2010-09-24 15:24:24 +00:00
parent 33a5f8a3dd
commit fa522147e6
7 changed files with 114 additions and 31 deletions
+9
View File
@@ -32,6 +32,7 @@
@class NSString;
@class NSUserDefaults;
@class SOGoGroup;
@class SOGoObject;
@class SOGoUser;
@class SOGoUserDefaults;
@@ -41,6 +42,7 @@
NSMutableDictionary *localCache;
NSMutableDictionary *cache;
NSMutableDictionary *users;
NSMutableDictionary *groups;
float cleanupInterval;
NSString *memcachedServerName;
}
@@ -59,6 +61,13 @@
withName: (NSString *) userName;
- (id) userNamed: (NSString *) name;
- (void) registerGroup: (SOGoGroup *) group
withName: (NSString *) groupName
inDomain: (NSString *) domainName;
- (id) groupNamed: (NSString *) groupName
inDomain: (NSString *) domainName;
/* NSDictionary-like methods */
- (void) setValue: (NSString *) value forKey: (NSString *) key;
- (NSString *) valueForKey: (NSString *) key;