mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-25 07:00:33 +00:00
Monotone-Parent: 2092d2f6cbf44065b7b2270044f0ccf6fecd8870
Monotone-Revision: e18a1dc8a0b33293a44781d7fe494c55e2992f5f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-11T20:25:57 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
|
||||
@interface SOGoFolder : SOGoObject
|
||||
{
|
||||
NSString *ocsPath;
|
||||
NSString *displayName;
|
||||
NSString *ocsPath;
|
||||
GCSFolder *ocsFolder;
|
||||
NSMutableDictionary *aclCache;
|
||||
}
|
||||
@@ -52,6 +53,15 @@
|
||||
|
||||
/* accessors */
|
||||
|
||||
+ (id) folderWithName: (NSString *) aName
|
||||
andDisplayName: (NSString *) aDisplayName
|
||||
inContainer: (id) aContainer;
|
||||
- (id) initWithName: (NSString *) aName
|
||||
andDisplayName: (NSString *) aDisplayName
|
||||
inContainer: (id) aContainer;
|
||||
|
||||
- (NSString *) displayName;
|
||||
|
||||
- (void) setOCSPath: (NSString *)_Path;
|
||||
- (NSString *) ocsPath;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user