mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-06 15:46:23 +00:00
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:
@@ -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
|
||||
|
||||
@@ -52,6 +52,8 @@
|
||||
|
||||
#define $(class) NSClassFromString(class)
|
||||
|
||||
extern NSString *SOGoDefaultUserID;
|
||||
|
||||
@interface SOGoObject : NSObject
|
||||
{
|
||||
WOContext *context;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user