Monotone-Parent: cca78e92405cd0f44d20538ad0b0e699160785fd

Monotone-Revision: 482fb2f36da6ff311c3c19eb3752da985fdae5cd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-07T18:58:14
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-03-07 18:58:14 +00:00
parent 17af002bd3
commit 1c5baea83d
6 changed files with 44 additions and 3 deletions
+5
View File
@@ -712,6 +712,11 @@ static NSArray *childRecordFields = nil;
return (record != nil);
}
- (void) removeChildRecordWithName: (NSString *) childName
{
[childRecords removeObjectForKey: childName];
}
- (Class) objectClassForComponentName: (NSString *) componentName
{
[self subclassResponsibility: _cmd];