mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-21 03:15:25 +00:00
Monotone-Parent: 34db2738fe29db5da4cd2562d25f37a4131381f3
Monotone-Revision: c85cb655e68544b7193dc65e0c1dd577f63454c7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-06-01T17:45:53 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2010-06-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoFolder.m (-fetchContentObjectNames): removed
|
||||
this useless alias to "toOneRelationshipKeys".
|
||||
|
||||
* Tests/Integration/all.py: disable multilanguage tests by
|
||||
default, reverting the "disbale-languages" cmd-line parameter to
|
||||
"enable-languages".
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
- (NSString *) realNameInContainer;
|
||||
|
||||
- (NSString *) folderType;
|
||||
- (NSArray *) fetchContentObjectNames;
|
||||
|
||||
- (BOOL) isValidContentName: (NSString *) name;
|
||||
|
||||
|
||||
@@ -144,15 +144,9 @@
|
||||
return nil;
|
||||
}
|
||||
|
||||
#warning we should remove this method
|
||||
- (NSArray *) toOneRelationshipKeys
|
||||
{
|
||||
return [self fetchContentObjectNames];
|
||||
}
|
||||
|
||||
- (NSArray *) fetchContentObjectNames
|
||||
{
|
||||
return [NSArray array];
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (NSArray *) toManyRelationshipKeys
|
||||
|
||||
Reference in New Issue
Block a user