mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-17 04:25:56 +00:00
Monotone-Parent: a59f6d7afaa2784c96352c1b819c57a31206c4bd
Monotone-Revision: 8e14613f7e0332410a0bb4de6eea4181b3432372 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-08-02T18:54:08 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -79,12 +79,8 @@ typedef enum {
|
||||
|
||||
- (void) setHandleId: (uint32_t) newHandleId;
|
||||
|
||||
- (NSArray *) childKeys;
|
||||
- (NSArray *) restrictedChildKeys;
|
||||
|
||||
- (id) childAtRowID: (uint32_t) rowId
|
||||
forQueryType: (enum table_query_type) queryType;
|
||||
- (id) lookupChild: (NSString *) childKey;
|
||||
|
||||
- (void) cleanupCaches;
|
||||
|
||||
@@ -104,10 +100,16 @@ typedef enum {
|
||||
|
||||
/* helpers */
|
||||
|
||||
- (SEL) operatorFromRestrictionOperator: (uint32_t) resOp;
|
||||
- (void) warnUnhandledProperty: (enum MAPITAGS) property
|
||||
inFunction: (const char *) function;
|
||||
|
||||
/* subclasses */
|
||||
- (NSArray *) childKeys;
|
||||
- (NSArray *) restrictedChildKeys;
|
||||
|
||||
- (id) lookupChild: (NSString *) childKey;
|
||||
|
||||
- (void) setSortOrder: (const struct SSortOrderSet *) set;
|
||||
|
||||
- (NSString *) backendIdentifierForProperty: (enum MAPITAGS) property;
|
||||
|
||||
Reference in New Issue
Block a user