mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-24 10:56:22 +00:00
Monotone-Parent: 5db151dfdbd8711e6bd1379346b3f6d6886bfbf1
Monotone-Revision: 173c16ed57e319da55ef0f43152bfbba829d1119 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-05-30T22:07:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
#import <Foundation/NSMapTable.h>
|
||||
#import <NGExtensions/NGLogger.h>
|
||||
|
||||
#undef DEBUG
|
||||
#include <mapistore/mapistore.h>
|
||||
|
||||
const MAPIStorePropertyGetter *
|
||||
MAPIStorePropertyGettersForClass (Class klass)
|
||||
{
|
||||
@@ -41,6 +44,7 @@ MAPIStorePropertyGettersForClass (Class klass)
|
||||
if (!getters)
|
||||
{
|
||||
getters = NSZoneCalloc (NULL, 65536, sizeof (MAPIStorePropertyGetter));
|
||||
NSMapInsert (classesTable, klass, getters);
|
||||
for (count = 0; count < 65535; count++)
|
||||
{
|
||||
idx = MAPIStorePropertyGettersIdx[count];
|
||||
|
||||
Reference in New Issue
Block a user