Monotone-Parent: a1865313ff7142cbf139f7645dcbb299dd1acb92

Monotone-Revision: 06779f0bbfe40e7611b69790cf2eff4809382438

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-06-07T00:17:46
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-06-07 00:17:46 +00:00
parent b11f1c25df
commit 2974a91c5e
23 changed files with 923 additions and 331 deletions

View File

@@ -20,8 +20,25 @@
* Boston, MA 02111-1307, USA.
*/
#import <SOGo/SOGoContentObject.h>
#import "MAPIStoreTypes.h"
#import "MAPIStoreGCSMessage.h"
#undef DEBUG
#include <mapistore/mapistore.h>
@implementation MAPIStoreGCSMessage
- (NSCalendarDate *) creationTime
{
return [sogoObject creationDate];
}
- (NSCalendarDate *) lastModificationTime
{
return [sogoObject lastModified];
}
@end