mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 05:25:55 +00:00
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:
@@ -20,6 +20,7 @@
|
||||
* Boston, MA 02111-1307, USA.
|
||||
*/
|
||||
|
||||
#import "MAPIStoreFAIMessage.h"
|
||||
#import "MAPIStoreFolder.h"
|
||||
|
||||
#import "MAPIStoreFAIMessageTable.h"
|
||||
@@ -27,8 +28,20 @@
|
||||
#undef DEBUG
|
||||
#include <mapistore/mapistore.h>
|
||||
|
||||
static Class MAPIStoreFAIMessageK = Nil;
|
||||
|
||||
@implementation MAPIStoreFAIMessageTable
|
||||
|
||||
+ (void) initialize
|
||||
{
|
||||
MAPIStoreFAIMessageK = [MAPIStoreFAIMessage class];
|
||||
}
|
||||
|
||||
+ (Class) childObjectClass
|
||||
{
|
||||
return MAPIStoreFAIMessageK;
|
||||
}
|
||||
|
||||
- (id) init
|
||||
{
|
||||
if ((self = [super init]))
|
||||
|
||||
Reference in New Issue
Block a user