mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Monotone-Parent: eb4066dbb2d4884ebc2bc331edf7b31b88a6a893
Monotone-Revision: e8f995e6002f41264c59c3e47d28de38b92c16e7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-10-01T19:32:14 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
Copyright (C) 2000-2005 SKYRIX Software AG
|
||||
Copyright (C) 2006-2008 Inverse inc.
|
||||
|
||||
This file is part of OpenGroupware.org.
|
||||
|
||||
@@ -33,8 +34,7 @@
|
||||
*/
|
||||
@interface SOGoAptMailNotification : SoComponent
|
||||
{
|
||||
iCalEntityObject* oldApt;
|
||||
iCalEntityObject* newApt;
|
||||
iCalEntityObject* apt;
|
||||
NSString *homePageURL;
|
||||
NSTimeZone *viewTZ;
|
||||
NSCalendarDate *oldStartDate;
|
||||
@@ -42,22 +42,8 @@
|
||||
BOOL isSubject;
|
||||
}
|
||||
|
||||
- (id) oldApt;
|
||||
- (void) setOldApt: (iCalEntityObject *) _oldApt;
|
||||
|
||||
- (id) newApt;
|
||||
- (void) setNewApt: (iCalEntityObject *) _newApt;
|
||||
|
||||
- (NSString *) homePageURL;
|
||||
- (void) setHomePageURL: (NSString *) _homePageURL;
|
||||
|
||||
- (NSTimeZone *) viewTZ;
|
||||
- (void) setViewTZ: (NSTimeZone *) _viewTZ;
|
||||
|
||||
/* Helpers */
|
||||
|
||||
- (NSCalendarDate *) oldStartDate;
|
||||
- (NSCalendarDate *) newStartDate;
|
||||
- (iCalEntityObject *) apt;
|
||||
- (void) setApt: (iCalEntityObject *) newApt;
|
||||
|
||||
/* Content Generation */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user