mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 21:53:19 +00:00
Monotone-Parent: 995b68ade85d0d884cdf8f6fc87e55f0c376a80c
Monotone-Revision: 61fe02b6c3bc4f0aa3797d661d014d8c256b0de9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-12-30T20:39:07 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -26,13 +26,14 @@
|
||||
#import "SOGoContactFolder.h"
|
||||
#import "SOGoFolder+CardDAV.h"
|
||||
|
||||
@class NSMutableDictionary;
|
||||
#import <SOGo/SOGoSource.h>
|
||||
|
||||
#import "../SOGo/SOGoSource.h"
|
||||
@class NSMutableDictionary;
|
||||
@class SOGoContactLDIFEntry;
|
||||
|
||||
@interface SOGoContactSourceFolder : SOGoFolder <SOGoContactFolder>
|
||||
{
|
||||
id source;
|
||||
id <SOGoSource> source;
|
||||
NSMutableDictionary *childRecords;
|
||||
}
|
||||
|
||||
@@ -42,7 +43,10 @@
|
||||
- (id) initWithName: (NSString *) newName
|
||||
andDisplayName: (NSString *) newDisplayName
|
||||
inContainer: (id) newContainer;
|
||||
- (void) setSource: (id) newSource;
|
||||
- (void) setSource: (id <SOGoSource>) newSource;
|
||||
|
||||
- (NSException *) saveLDIFEntry: (SOGoContactLDIFEntry *) ldifEntry;
|
||||
- (NSException *) deleteLDIFEntry: (SOGoContactLDIFEntry *) ldifEntry;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user