Monotone-Parent: e00080932f4ede008b94710aac6b0477a9b70141

Monotone-Revision: d57385e5e0cf1d1b6dd18882212fa4b71679db3c

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-04-27T19:45:12
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-04-27 19:45:12 +00:00
parent a251c4da7e
commit cc58aef14a
3 changed files with 126 additions and 34 deletions
+5
View File
@@ -37,10 +37,15 @@
cyclic references.
*/
@class NSString;
@class GCSFolder;
@class NSMutableDictionary;
@interface SOGoFolder : SOGoObject
{
NSString *ocsPath;
GCSFolder *ocsFolder;
NSMutableDictionary *aclCache;
}
+ (NSString *) globallyUniqueObjectId;