mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-29 08:49:27 +00:00
Monotone-Parent: 46747edd0dcb4ecc9b939b9c8be25185efe65144
Monotone-Revision: 772069a4679fa8b05adc4dc49b2087230a05669c Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-12-17T15:29:06 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -59,6 +59,12 @@
|
||||
|
||||
@end
|
||||
|
||||
@interface SOGoACLModificationAdvisory : SOGoACLAdvisory
|
||||
|
||||
- (NSString *) aclMethod;
|
||||
|
||||
@end
|
||||
|
||||
@interface SOGoACLEnglishAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@@ -68,13 +74,13 @@
|
||||
@interface SOGoACLGermanAdditionAdvisory : SOGoACLAdditionAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLEnglishModificationAdvisory : SOGoACLAdditionAdvisory
|
||||
@interface SOGoACLEnglishModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLFrenchModificationAdvisory : SOGoACLAdditionAdvisory
|
||||
@interface SOGoACLFrenchModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLGermanModificationAdvisory : SOGoACLAdditionAdvisory
|
||||
@interface SOGoACLGermanModificationAdvisory : SOGoACLModificationAdvisory
|
||||
@end
|
||||
|
||||
@interface SOGoACLEnglishRemovalAdvisory : SOGoACLRemovalAdvisory
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#import <Foundation/NSURL.h>
|
||||
|
||||
#import <NGObjWeb/WOResponse.h>
|
||||
#import <NGExtensions/NGHashMap.h>
|
||||
#import <NGMail/NGMimeMessage.h>
|
||||
|
||||
Reference in New Issue
Block a user