From e201d071d62ef753dc46fb26b13332949354139f Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 17 May 2007 23:02:09 +0000 Subject: [PATCH] Monotone-Parent: 8e2c6ddaf3c71a1dafcf70d50888b680e8a2d0db Monotone-Revision: 108c385b2d4d62eead27a0717dfe26849f3e4968 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-17T23:02:09 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 5 +++++ SoObjects/SOGo/SOGoPermissions.h | 1 + SoObjects/SOGo/SOGoPermissions.m | 1 + 3 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 057c22cfa..1b7288f25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-17 Wolfgang Sourdeau + + * SoObjects/SOGo/SOGoPermissions.m: added a new void role + "SOGoRole_None". + 2007-05-16 Wolfgang Sourdeau * SoObjects/SOGo/NSString+Utilities.m ([NSString diff --git a/SoObjects/SOGo/SOGoPermissions.h b/SoObjects/SOGo/SOGoPermissions.h index e6825554d..67ee64bee 100644 --- a/SoObjects/SOGo/SOGoPermissions.h +++ b/SoObjects/SOGo/SOGoPermissions.h @@ -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; diff --git a/SoObjects/SOGo/SOGoPermissions.m b/SoObjects/SOGo/SOGoPermissions.m index a071f019f..e750ef31b 100644 --- a/SoObjects/SOGo/SOGoPermissions.m +++ b/SoObjects/SOGo/SOGoPermissions.m @@ -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 */