Monotone-Parent: 8e2c6ddaf3c71a1dafcf70d50888b680e8a2d0db

Monotone-Revision: 108c385b2d4d62eead27a0717dfe26849f3e4968

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-05-17T23:02:09
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2007-05-17 23:02:09 +00:00
parent e980271d55
commit e201d071d6
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2007-05-17 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoPermissions.m: added a new void role
"SOGoRole_None".
2007-05-16 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/NSString+Utilities.m ([NSString

View File

@ -32,6 +32,7 @@ extern NSString *SOGoRole_ObjectEraser;
extern NSString *SOGoRole_ObjectViewer;
extern NSString *SOGoRole_ObjectEditor;
extern NSString *SOGoRole_AuthorizedSubscriber;
extern NSString *SOGoRole_None;
extern NSString *SOGoRole_FreeBusy;
extern NSString *SOGoRole_FreeBusyLookup;

View File

@ -28,6 +28,7 @@ NSString *SOGoRole_ObjectEraser = @"ObjectEraser";
NSString *SOGoRole_ObjectViewer = @"ObjectViewer";
NSString *SOGoRole_ObjectEditor = @"ObjectEditor";
NSString *SOGoRole_AuthorizedSubscriber = @"AuthorizedSubscriber";
NSString *SOGoRole_None = @"None";
NSString *SOGoRole_FreeBusy = @"FreeBusy"; /* for the "freebusy" special user
*/