mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
Monotone-Parent: 42c9bd72b2fe1b4652131b0e73ac38e10f8838f1
Monotone-Revision: b2df4875f87b44b55f2d9acc0193789d2b19a555 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-22T18:36:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -47,8 +47,6 @@
|
||||
|
||||
#import "SOGoObject.h"
|
||||
|
||||
NSString *SOGoDefaultUserID = @"<default>";
|
||||
|
||||
@interface SOGoObject(Content)
|
||||
- (NSString *)contentAsString;
|
||||
@end
|
||||
@@ -739,6 +737,13 @@ static BOOL kontactGroupDAV = YES;
|
||||
[self subclassResponsibility: _cmd];
|
||||
}
|
||||
|
||||
- (NSString *) defaultUserID
|
||||
{
|
||||
[self subclassResponsibility: _cmd];
|
||||
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (BOOL) hasSupportForDefaultRoles
|
||||
{
|
||||
return NO;
|
||||
|
||||
Reference in New Issue
Block a user