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:
Wolfgang Sourdeau
2006-10-19 14:35:50 +00:00
parent b44fd63712
commit 7973bcae73
2 changed files with 55 additions and 7 deletions

View File

@@ -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;