Monotone-Parent: 66fe156475b1f789bc5d20c857350ca9afea9556

Monotone-Revision: a164259525f718f804b625a9f09b4c3b3c9e83f8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-11-09T20:12:07
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-11-09 20:12:07 +00:00
parent 44190a2103
commit aebac17d01
6 changed files with 43 additions and 71 deletions

View File

@@ -381,24 +381,6 @@ static NSString *defaultUserID = @"<default>";
return nil;
}
- (NSArray *) davResourceType
{
NSArray *rType, *groupDavCollection;
if ([self respondsToSelector: @selector (groupDavResourceType)])
{
groupDavCollection
= [NSArray arrayWithObjects: [self groupDavResourceType],
XMLNS_GROUPDAV, nil];
rType = [NSArray arrayWithObjects: @"collection", groupDavCollection,
nil];
}
else
rType = [NSArray arrayWithObject: @"collection"];
return rType;
}
- (NSArray *) toOneRelationshipKeys
{
/* toOneRelationshipKeys are the 'files' contained in a folder */