mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-11 00:08:51 +00:00
Monotone-Parent: faec22f8f73711d289266d30497951d66732b2cd
Monotone-Revision: 909e381d554b9528951752a0184002a0f2396291 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-19T14:35:50 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -37,7 +37,6 @@
|
||||
|
||||
@interface UIxComponentEditor : UIxComponent
|
||||
{
|
||||
@private
|
||||
NSString *iCalString;
|
||||
NSString *errorText;
|
||||
id item;
|
||||
@@ -58,6 +57,7 @@
|
||||
BOOL checkForConflicts; /* default: NO */
|
||||
NSDictionary *cycle;
|
||||
NSString *cycleEnd;
|
||||
NSString *componentOwner;
|
||||
}
|
||||
|
||||
- (void) setAccessClass: (NSString *) _class;
|
||||
@@ -124,6 +124,9 @@
|
||||
- (void) setIsCycleEndUntil;
|
||||
- (void) setIsCycleEndNever;
|
||||
|
||||
- (NSString *) componentOwner;
|
||||
- (NSArray *) availableCalendars;
|
||||
|
||||
/* access */
|
||||
- (BOOL) isMyComponent;
|
||||
- (BOOL) canAccessComponent;
|
||||
|
||||
Reference in New Issue
Block a user