mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Monotone-Parent: 482fb2f36da6ff311c3c19eb3752da985fdae5cd
Monotone-Revision: 8fcaef79630a50f01c6aba0e5fdc0744c274cba6 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-03-07T19:15:16 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -48,6 +48,8 @@ typedef enum {
|
||||
{
|
||||
MAPIStoreObject *container;
|
||||
|
||||
uint32_t handleId; /* hack for identifying tables during notifications */
|
||||
|
||||
NSArray *childKeys;
|
||||
NSArray *restrictedChildKeys;
|
||||
|
||||
@@ -58,6 +60,8 @@ typedef enum {
|
||||
uint32_t currentRow;
|
||||
MAPIStoreObject *currentChild;
|
||||
|
||||
uint16_t tableType; /* mapistore */
|
||||
|
||||
/* proof of concept */
|
||||
uint16_t columnsCount;
|
||||
enum MAPITAGS *columns;
|
||||
@@ -67,6 +71,8 @@ typedef enum {
|
||||
|
||||
- (id) initForContainer: (MAPIStoreObject *) newContainer;
|
||||
|
||||
- (void) setHandleId: (uint32_t) newHandleId;
|
||||
|
||||
- (NSArray *) childKeys;
|
||||
- (NSArray *) restrictedChildKeys;
|
||||
|
||||
@@ -82,6 +88,8 @@ typedef enum {
|
||||
withRowID: (uint32_t) rowId
|
||||
andQueryType: (enum table_query_type) queryType;
|
||||
|
||||
- (void) notifyChangesForChild: (MAPIStoreObject *) child;
|
||||
|
||||
/* helpers */
|
||||
|
||||
- (void) warnUnhandledProperty: (enum MAPITAGS) property
|
||||
|
||||
Reference in New Issue
Block a user