mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-22 18:06:24 +00:00
Monotone-Parent: 140cf39d8e4843502d824435239a59f459c181d7
Monotone-Revision: d4fe11d5b3be05fe97dd5cd1971bc2db2b20a75c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-17T14:33:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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 <wsourdeau@inverse.ca>
|
||||
*
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user