Monotone-Parent: 9634e883abb4f5cf42e1b4d9c3d3e1b1a61f3e7f

Monotone-Revision: c7755bd4c79d8115db4835ecb7a3fb92ab273020

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-11-30T16:17:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-11-30 16:17:50 +00:00
parent d1fa84ff94
commit 8849fbf7c4
7 changed files with 117 additions and 87 deletions
+10 -10
View File
@@ -75,9 +75,9 @@
return [(SOGoGCSFolder *) folder componentKeysWithType: @"vcard"];
}
// - (int) getCommonTableChildproperty: (void **) data
// - (enum MAPISTATUS) getCommonTableChildproperty: (void **) data
// atURL: (NSString *) childURL
// withTag: (uint32_t) proptag
// withTag: (enum MAPITAGS) proptag
// inFolder: (SOGoFolder *) folder
// withFID: (uint64_t) fid
// {
@@ -137,15 +137,15 @@
return phone;
}
- (int) getMessageTableChildproperty: (void **) data
atURL: (NSString *) childURL
withTag: (uint32_t) proptag
inFolder: (SOGoFolder *) folder
withFID: (uint64_t) fid
- (enum MAPISTATUS) getMessageTableChildproperty: (void **) data
atURL: (NSString *) childURL
withTag: (enum MAPITAGS) proptag
inFolder: (SOGoFolder *) folder
withFID: (uint64_t) fid
{
NSString *stringValue;
id child;
int rc;
enum MAPISTATUS rc;
rc = MAPI_E_SUCCESS;
switch (proptag)
@@ -296,9 +296,9 @@
return newEntry;
}
// - (int) getFolderTableChildproperty: (void **) data
// - (enum MAPISTATUS) getFolderTableChildproperty: (void **) data
// atURL: (NSString *) childURL
// withTag: (uint32_t) proptag
// withTag: (enum MAPITAGS) proptag
// inFolder: (SOGoFolder *) folder
// withFID: (uint64_t) fid
// {