One comment and one header added.

maint-2.0.2
Wolfgang Sourdeau 2012-09-18 10:12:36 -04:00
parent a6e9844b3a
commit 9669cd37c4
2 changed files with 4 additions and 1 deletions

View File

@ -21,9 +21,9 @@
*/
#import <Foundation/NSDictionary.h>
#import <Foundation/NSException.h>
#import <Foundation/NSNull.h>
#import <Foundation/NSURL.h>
#import <Foundation/NSThread.h>
#import <NGObjWeb/WOContext+SoObjects.h>
#import <NGExtensions/NSObject+Logs.h>

View File

@ -1325,6 +1325,9 @@ Class NSExceptionK, MAPIStoreFAIMessageK, MAPIStoreMessageTableK, MAPIStoreFAIMe
SOGoUser *ownerUser;
BOOL userIsOwner;
/* FIXME: from oxcprpt: "This property does not apply to Folder objects and
Logon objects", so we should not expose this here. */
ownerUser = [[self userContext] sogoUser];
userIsOwner = [[context activeUser] isEqual: ownerUser];