mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-05 05:18:51 +00:00
Monotone-Parent: a33d1b8b23cf8d9468c7f693a1087950524e9ebc
Monotone-Revision: cb0ecd99fcf222060f6e3bc248d2e9a9c47624c1 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-04-13T19:59:04 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
|
||||
@interface MAPIStoreObject : NSObject
|
||||
{
|
||||
const IMP *classGetters;
|
||||
|
||||
NSMutableArray *parentContainersBag;
|
||||
MAPIStoreObject *container;
|
||||
id sogoObject;
|
||||
@@ -83,6 +85,12 @@
|
||||
- (int) getProperty: (void **) data
|
||||
withTag: (enum MAPITAGS) propTag;
|
||||
|
||||
/* helper getters */
|
||||
- (int) getEmptyString: (void **) data;
|
||||
- (int) getLongZero: (void **) data;
|
||||
- (int) getYes: (void **) data;
|
||||
- (int) getNo: (void **) data;
|
||||
|
||||
/* subclasses */
|
||||
- (id) lookupChild: (NSString *) childKey;
|
||||
- (NSArray *) childKeysMatchingQualifier: (EOQualifier *) qualifier
|
||||
|
||||
Reference in New Issue
Block a user