From a6ab235d1e56d5e3c8bd2b2ddfe3b940468aca0c Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 17 Apr 2007 14:33:13 +0000 Subject: [PATCH] Monotone-Parent: 140cf39d8e4843502d824435239a59f459c181d7 Monotone-Revision: d4fe11d5b3be05fe97dd5cd1971bc2db2b20a75c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-17T14:33:13 Monotone-Branch: ca.inverse.sogo --- UI/Common/UIxAclEditor.h | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/UI/Common/UIxAclEditor.h b/UI/Common/UIxAclEditor.h index d4b047af3..e4d0b1d35 100644 --- a/UI/Common/UIxAclEditor.h +++ b/UI/Common/UIxAclEditor.h @@ -1,6 +1,6 @@ /* UIxAclEditor.h - this file is part of SOGo * - * Copyright (C) 2006 Inverse groupe conseil + * Copyright (C) 2006, 2007 Inverse groupe conseil * * Author: Wolfgang Sourdeau * @@ -30,22 +30,17 @@ BOOL prepared; BOOL publishInFreeBusy; NSArray *acls; + NSArray *savedUIDs; NSMutableArray *users; - NSMutableArray *assistants; - NSMutableArray *delegates; NSString *currentUser; - NSString *ownerLogin; } -- (NSArray *) aclsForFolder; -- (NSString *) assistantsValue; -- (NSString *) delegatesValue; +- (NSArray *) aclsForObject; -- (NSArray *) usersForFolder; +- (NSArray *) usersForObject; - (void) setCurrentUser: (NSString *) newCurrentUser; - (NSString *) currentUser; -- (NSString *) ownerLogin; - (NSString *) ownerName; @end