Added PidTagHasNamedProperties

This commit is contained in:
Wolfgang Sourdeau 2012-09-19 16:06:27 -04:00
parent 1f8f31daff
commit 569a34c0f4

View file

@ -657,6 +657,12 @@ rtf2html (NSData *compressedRTF)
return MAPISTORE_SUCCESS;
}
- (int ) getPidTagHasNamedProperties: (void **) data
inMemCtx: (TALLOC_CTX *) memCtx
{
return [self getYes: data inMemCtx: memCtx];
}
- (int) getPidLidSideEffects: (void **) data // TODO
inMemCtx: (TALLOC_CTX *) memCtx
{