mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-17 01:15:24 +00:00
Monotone-Parent: dc704fb10726eca5edd9213a64dd7edc139de7b4
Monotone-Revision: 1e777b448f611699c505f7adf188b474c8be8766 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-15T19:29:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
|
||||
#undef DEBUG
|
||||
#include <mapistore/mapistore.h>
|
||||
#include <mapistore/mapistore_errors.h>
|
||||
#include <libmapiproxy.h>
|
||||
|
||||
@interface MAPIStoreTable (Private)
|
||||
@@ -824,8 +825,8 @@ static Class NSDataK, NSStringK;
|
||||
{
|
||||
NSUInteger count;
|
||||
MAPIStoreObject *child;
|
||||
enum MAPISTATUS rc;
|
||||
struct mapistore_property_data *rowData;
|
||||
int rc;
|
||||
|
||||
child = [self childAtRowID: rowId
|
||||
forQueryType: queryType];
|
||||
@@ -837,10 +838,10 @@ static Class NSDataK, NSStringK;
|
||||
withTag: columns[count]
|
||||
inMemCtx: memCtx];
|
||||
*dataP = rowData;
|
||||
rc = MAPI_E_SUCCESS;
|
||||
rc = MAPISTORE_SUCCESS;
|
||||
}
|
||||
else
|
||||
rc = MAPI_E_INVALID_OBJECT;
|
||||
rc = MAPISTORE_ERR_NOT_FOUND;
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user