mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Monotone-Parent: e3e0e252ab28dd87b80ca4f37b899dd9c416634b
Monotone-Revision: 10bc75b22aa9828644f846e67ae3509d61793864 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-15T23:58:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -337,7 +337,7 @@ static Class NSDataK, NSStringK;
|
||||
return container;
|
||||
}
|
||||
|
||||
- (uint8_t) tableType
|
||||
- (enum mapistore_table_type) tableType
|
||||
{
|
||||
return tableType;
|
||||
}
|
||||
@@ -765,7 +765,7 @@ static Class NSDataK, NSStringK;
|
||||
}
|
||||
|
||||
- (id) childAtRowID: (uint32_t) rowId
|
||||
forQueryType: (enum table_query_type) queryType
|
||||
forQueryType: (enum mapistore_query_type) queryType
|
||||
{
|
||||
id child;
|
||||
NSArray *children, *restrictedChildren;
|
||||
@@ -833,7 +833,7 @@ static Class NSDataK, NSStringK;
|
||||
|
||||
- (int) getRow: (struct mapistore_property_data **) dataP
|
||||
withRowID: (uint32_t) rowId
|
||||
andQueryType: (enum table_query_type) queryType
|
||||
andQueryType: (enum mapistore_query_type) queryType
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
NSUInteger count;
|
||||
@@ -860,7 +860,7 @@ static Class NSDataK, NSStringK;
|
||||
}
|
||||
|
||||
- (int) getRowCount: (uint32_t *) countP
|
||||
withQueryType: (enum table_query_type) queryType
|
||||
withQueryType: (enum mapistore_query_type) queryType
|
||||
{
|
||||
NSArray *children;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user