mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 02:38:51 +00:00
Monotone-Parent: efaf360dc10f7786b1f239ecc561285c21d9be1a
Monotone-Revision: a0937694695bbf6fd584762040f3111bc201d774 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-09-11T20:18:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
2007-09-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/Contacts/SOGoContactGCSFolder.m ([SOGoContactGCSFolder
|
||||
+contactFolderWithName:aNameandDisplayName:aDisplayNameinContainer:aContainer]):
|
||||
removed method, reimplemented in SOGoFolder.
|
||||
([SOGoContactGCSFolder -displayName]): removed method,
|
||||
reimplemented in SOGoFolder.
|
||||
([-delete]): removed method, modified in SOGoFolder.
|
||||
|
||||
* SoObjects/Contacts/SOGoContactFolders.[hm]: modified class to be
|
||||
a subclass of SOGoParentFolder.
|
||||
|
||||
|
||||
@@ -43,16 +43,6 @@
|
||||
|
||||
@protocol SOGoContactFolder <NSObject>
|
||||
|
||||
+ (id <SOGoContactFolder>) contactFolderWithName: (NSString *) aName
|
||||
andDisplayName: (NSString *) aDisplayName
|
||||
inContainer: (SOGoObject *) aContainer;
|
||||
|
||||
- (id <SOGoContactFolder>) initWithName: (NSString *) aName
|
||||
andDisplayName: (NSString *) aDisplayName
|
||||
inContainer: (SOGoObject *) aContainer;
|
||||
|
||||
- (NSString *) displayName;
|
||||
|
||||
- (NSArray *) lookupContactsWithFilter: (NSString *) filter
|
||||
sortBy: (NSString *) sortKey
|
||||
ordering: (NSComparisonResult) sortOrdering;
|
||||
|
||||
Reference in New Issue
Block a user