mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
Monotone-Parent: f6dd6e26aadfa52716bf3ca2c504de3593e5f35b
Monotone-Revision: 7717958c228c80920ba54d6300d040c7112bb646 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-11-23T14:49:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -29,6 +29,11 @@
|
||||
|
||||
@implementation NSData (MAPIStoreDataTypes)
|
||||
|
||||
+ (id) dataWithBinary: (const struct Binary_r *) binData
|
||||
{
|
||||
return [NSData dataWithBytes: binData->lpb length: binData->cb];
|
||||
}
|
||||
|
||||
- (struct Binary_r *) asBinaryInMemCtx: (void *) memCtx
|
||||
{
|
||||
struct Binary_r *binary;
|
||||
|
||||
Reference in New Issue
Block a user