Monotone-Parent: 8c4a5e6241dde8edac2d02e1b2dda9528b69ddb6

Monotone-Revision: b4cd488f57719689e0d2bed481d82df8e68fcf46

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-22T21:28:16
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-03-22 21:28:16 +00:00
parent 7981507271
commit 8c26a74bf5
3 changed files with 327 additions and 27 deletions

View File

@@ -25,12 +25,11 @@
#import "MAPIStoreGCSMessage.h"
#define minutesPerHour 60
#define hoursPerDay 24
#define minutesPerDay (minutesPerHour * hoursPerDay)
#define SOGoMinutesPerHour 60
#define SOGoHoursPerDay 24
#define SOGoMinutesPerDay (SOGoMinutesPerHour * SOGoHoursPerDay)
@interface MAPIStoreCalendarMessage : MAPIStoreGCSMessage
@end
#endif /* MAPISTORECALENDARMESSAGE_H */