Monotone-Parent: f7e22c2902aad2294bce4bf4189092795fafd616

Monotone-Revision: 2cb4c559e76b3864636b0072594c02216e619485

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-07-20T18:28:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-07-20 18:28:37 +00:00
parent ed6e33bcff
commit 95fb350599
11 changed files with 47 additions and 32 deletions
+6
View File
@@ -44,6 +44,12 @@ struct MAPIStoreTallocWrapper
forTag: (enum MAPITAGS) propTag
inMemCtx: (TALLOC_CTX *) memCtx;
/* getter helpers */
- (int) getEmptyString: (void **) data inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getLongZero: (void **) data inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getYes: (void **) data inMemCtx: (TALLOC_CTX *) memCtx;
- (int) getNo: (void **) data inMemCtx: (TALLOC_CTX *) memCtx;
@end
#endif /* NSOBJECT_MAPISTORE_H */