mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 0536d34a9212fa68a10f5a18d95efd01e0c46aac
Monotone-Revision: 983a04f2ca294c287e2e589108dcfb037594bd50 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-03-20T13:48:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -74,6 +74,9 @@
|
||||
@interface SOGoACLGermanAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLItalianAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLEnglishModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@@ -83,6 +86,9 @@
|
||||
@interface SOGoACLGermanModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLItalianModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLEnglishRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
@@ -92,4 +98,7 @@
|
||||
@interface SOGoACLGermanRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLItalianRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
@end
|
||||
|
||||
#endif /* SOGOACLADVISORY_H */
|
||||
|
||||
@@ -255,6 +255,9 @@
|
||||
@implementation SOGoACLGermanAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLItalianAdditionAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLEnglishModificationAdvisory
|
||||
@end
|
||||
|
||||
@@ -264,6 +267,9 @@
|
||||
@implementation SOGoACLGermanModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLItalianModificationAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLEnglishRemovalAdvisory
|
||||
@end
|
||||
|
||||
@@ -272,3 +278,7 @@
|
||||
|
||||
@implementation SOGoACLGermanRemovalAdvisory
|
||||
@end
|
||||
|
||||
@implementation SOGoACLItalianRemovalAdvisory
|
||||
@end
|
||||
|
||||
|
||||
@@ -65,4 +65,11 @@
|
||||
@interface SOGoFolderGermanRemovalAdvisory : SOGoFolderAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderItalianAdditionAdvisory : SOGoFolderAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoFolderItalianRemovalAdvisory : SOGoFolderAdvisory
|
||||
@end
|
||||
|
||||
|
||||
#endif /* SOGOFOLDERADVISORY_H */
|
||||
|
||||
@@ -230,3 +230,12 @@
|
||||
@implementation SOGoFolderGermanRemovalAdvisory
|
||||
- (NSString *) folderMethod { return @"remove"; }
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderItalianAdditionAdvisory
|
||||
- (NSString *) folderMethod { return @"add"; }
|
||||
@end
|
||||
|
||||
@implementation SOGoFolderItalianRemovalAdvisory
|
||||
- (NSString *) folderMethod { return @"remove"; }
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user