Monotone-Parent: e9766eb5bcd2bd88069d911e40e9b107d0420d35

Monotone-Revision: a8aacbb86089f73c01fa0b4e18bfc20258d8d066

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-21T01:01:06
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-03-21 01:01:06 +00:00
parent 3f95770bea
commit 182877480a
4 changed files with 211 additions and 6 deletions
+4
View File
@@ -25,6 +25,10 @@
#import "MAPIStoreGCSMessage.h"
#define minutesPerHour 60
#define hoursPerDay 24
#define minutesPerDay (minutesPerHour * hoursPerDay)
@interface MAPIStoreCalendarMessage : MAPIStoreGCSMessage
@end