Monotone-Parent: 7c22447764e780a8dae1012384128eed67ba6a5c

Monotone-Revision: 8e645f6ce572b9b56929f17f32c93a52e98cef27

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-07-12T21:34:07
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-07-12 21:34:07 +00:00
parent 5623714682
commit 8a2abef968
7 changed files with 81 additions and 1 deletions

View File

@@ -37,8 +37,20 @@
#undef DEBUG
#include <mapistore/mapistore.h>
static Class MAPIStoreFSMessageK = Nil;
@implementation MAPIStoreFSMessageTable
+ (void) initialize
{
MAPIStoreFSMessageK = [MAPIStoreFSMessage class];
}
+ (Class) childObjectClass
{
return MAPIStoreFSMessageK;
}
- (NSString *) backendIdentifierForProperty: (enum MAPITAGS) property
{
return [NSString stringWithFormat: @"%@", MAPIPropertyKey (property)];