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:
Wolfgang Sourdeau
2007-04-17 14:33:13 +00:00
parent fa452e68e7
commit a6ab235d1e
+4 -9
View File
@@ -1,6 +1,6 @@
/* UIxAclEditor.h - this file is part of SOGo /* 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> * Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
* *
@@ -30,22 +30,17 @@
BOOL prepared; BOOL prepared;
BOOL publishInFreeBusy; BOOL publishInFreeBusy;
NSArray *acls; NSArray *acls;
NSArray *savedUIDs;
NSMutableArray *users; NSMutableArray *users;
NSMutableArray *assistants;
NSMutableArray *delegates;
NSString *currentUser; NSString *currentUser;
NSString *ownerLogin;
} }
- (NSArray *) aclsForFolder; - (NSArray *) aclsForObject;
- (NSString *) assistantsValue;
- (NSString *) delegatesValue;
- (NSArray *) usersForFolder; - (NSArray *) usersForObject;
- (void) setCurrentUser: (NSString *) newCurrentUser; - (void) setCurrentUser: (NSString *) newCurrentUser;
- (NSString *) currentUser; - (NSString *) currentUser;
- (NSString *) ownerLogin;
- (NSString *) ownerName; - (NSString *) ownerName;
@end @end