Monotone-Parent: 348e719bfe3659c60168d0246b20e397d508481a

Monotone-Revision: fdc1029cea8bf902ceb3325858089ba7d8fdb070

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-17T23:11:28
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-05-17 23:11:28 +00:00
parent 9a760c50a9
commit b7e2aa3f33
3 changed files with 9 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
2007-05-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoObject.m: defined a new constant
"SOGoDefaultUserID".
* SoObjects/SOGo/SOGoFolder.m ([SOGoFolder
-setRoles:rolesforUser:uidforObjectAtPath:objectPathArray]):
ignore the "AuthorizedSubscriber" role and add the "None" role

View File

@@ -52,6 +52,8 @@
#define $(class) NSClassFromString(class)
extern NSString *SOGoDefaultUserID;
@interface SOGoObject : NSObject
{
WOContext *context;

View File

@@ -20,8 +20,8 @@
*/
#if LIB_FOUNDATION_LIBRARY
#error SOGo won't work properly with libFoundation. Please use gnustep-base \
instead.
#error SOGo will not work properly with libFoundation. \
Please use gnustep-base instead.
#endif
#import <NGObjWeb/WEClientCapabilities.h>
@@ -47,6 +47,8 @@
#import "SOGoObject.h"
NSString *SOGoDefaultUserID = @"<default>";
@interface SOGoObject(Content)
- (NSString *)contentAsString;
@end