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:
Wolfgang Sourdeau
2008-10-01 19:32:14 +00:00
parent 2c519a90e3
commit a5f5eb705d
71 changed files with 325 additions and 1341 deletions
@@ -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 */