Fix compilation warnings regarding ACLs

Also change the data structure of the JSON returned by [UIxAclEditor
aclsAction]. The user's displayName has been removed and replace by the
"cn" and "c_email" attributes. This will probably affect the Thunderbird
extensions.
This commit is contained in:
Francis Lachapelle
2014-10-31 12:59:43 -04:00
parent 9d9cf44411
commit 82873874da
6 changed files with 126 additions and 88 deletions
@@ -27,20 +27,11 @@
@interface UIxContactsUserRightsEditor : UIxUserRightsEditor
- (void) setUserCanCreateObjects: (BOOL) userCanCreateObjects;
- (BOOL) userCanCreateObjects;
- (void) setUserCanEraseObjects: (BOOL) userCanEraseObjects;
- (BOOL) userCanEraseObjects;
- (void) setUserCanEditObjects: (BOOL) userCanEditObjects;
- (BOOL) userCanEditObjects;
- (void) setUserCanViewObjects: (BOOL) userCanViewObjects;
- (BOOL) userCanViewObjects;
- (void) updateRights;
@end
#endif /* UIXCONTACTSUSERRIGHTSEDITOR_H */