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:
Wolfgang Sourdeau
2007-05-22 18:36:23 +00:00
parent 8d65b4d244
commit de55849a85
3 changed files with 12 additions and 4 deletions
+7 -2
View File
@@ -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;