mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 04:15:26 +00:00
SoObjects/Appointments/GNUmakefile
Monotone-Parent: 18c8420c0a0c752ea4dd761f934a473b321568f8 Monotone-Revision: b2699a981cd5458fbd1da1a9a72992020a29a4fc Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-12-14T21:20:13 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#ifndef __Appointments_SOGoTaskObject_H__
|
||||
#define __Appointments_SOGoTaskObject_H__
|
||||
|
||||
#import <SOGo/SOGoContentObject.h>
|
||||
#import "SOGoCalendarComponent.h"
|
||||
|
||||
/*
|
||||
SOGoTaskObject
|
||||
@@ -42,12 +42,12 @@
|
||||
@class iCalToDo;
|
||||
@class iCalCalendar;
|
||||
|
||||
@interface SOGoTaskObject : SOGoContentObject
|
||||
@interface SOGoTaskObject : SOGoCalendarComponent
|
||||
|
||||
/* accessors */
|
||||
|
||||
- (NSString *) iCalString;
|
||||
- (iCalToDo *) task;
|
||||
- (iCalToDo *) firstTaskFromCalendar: (iCalCalendar *) calendar;
|
||||
|
||||
/* folder management */
|
||||
|
||||
@@ -70,7 +70,6 @@
|
||||
- (NSException *)changeParticipationStatus:(NSString *)_status
|
||||
inContext:(id)_ctx;
|
||||
|
||||
- (iCalToDo *) firstTaskFromCalendar: (iCalCalendar *) calendar;
|
||||
|
||||
@end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user