Monotone-Parent: 64ba2e93f125a52eecebddb59943e772948d3477

Monotone-Revision: 8ec67206fe2e60d10c9dd420d14aeb136a46afc8

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-06-06T23:59:31
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-06-06 23:59:31 +00:00
parent fbdde21ec0
commit 26ce606830
6 changed files with 22 additions and 13 deletions

View File

@@ -49,7 +49,7 @@
+ (id) mapiStoreObjectWithSOGoObject: (id) newSOGoObject
inContainer: (MAPIStoreObject *) newContainer;
+ (int) getAvailableProperties: (struct SPropTagArray *) properties;
+ (int) getAvailableProperties: (struct SPropTagArray **) properties;
- (id) initWithSOGoObject: (id) newSOGoObject
inContainer: (MAPIStoreObject *) newFolder;
@@ -77,7 +77,7 @@
- (void) resetNewProperties;
/* ops */
- (int) getAvailableProperties: (struct SPropTagArray *) properties;
- (int) getAvailableProperties: (struct SPropTagArray **) properties;
- (int) getProperties: (struct mapistore_property_data *) data
withTags: (enum MAPITAGS *) tags
andCount: (uint16_t) columnCount;