Monotone-Parent: 0520cbbe794e4bb4de915dd4b488e316122faa8a

Monotone-Revision: 57e45ccbbdadc8719e71739df19e2b23338f00f1

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-12-01T21:31:09
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-12-01 21:31:09 +00:00
parent 1ffc1d9cb9
commit 8daa198645
3 changed files with 3 additions and 8 deletions
+3
View File
@@ -1,5 +1,8 @@
2011-12-01 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreGCSMessageTable.m (-componentQualifier):
removed useless accessor, left over by a previous commit.
* OpenChange/MAPIStoreGCSFolder.m (-aclQualifier): new accessor
providing an additional qualifier when listing elements of a
table, based on the current user rights.
-1
View File
@@ -29,7 +29,6 @@
@interface MAPIStoreGCSMessageTable : MAPIStoreMessageTable
- (EOQualifier *) componentQualifier;
- (NSString *) sortIdentifierForProperty: (enum MAPITAGS) property;
@end
-7
View File
@@ -152,13 +152,6 @@
return rc;
}
- (EOQualifier *) componentQualifier
{
[self subclassResponsibility: _cmd];
return nil;
}
/* sorting */
- (EOSortOrdering *) _sortOrderingFromSortOrder: (struct SSortOrder *) sortOrder