Monotone-Parent: f5ee2ec8548efd153e23d6c78a411316b0defab4

Monotone-Revision: 740354dfcd0512fd381f1b3bd4a3ee95dfa21338

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-02-12T15:48:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-02-12 15:48:53 +00:00
parent fd74c8117a
commit 3673b23649
4 changed files with 25 additions and 42 deletions
+11
View File
@@ -101,6 +101,17 @@
return obj;
}
#warning we should remove this method
- (NSArray *) toOneRelationshipKeys
{
return [self fetchContentObjectNames];
}
- (NSArray *) fetchContentObjectNames
{
return [NSArray array];
}
- (BOOL) isFolderish
{
return YES;