mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 02:45:25 +00:00
Monotone-Parent: 3a26c13f547976a8cb598e6f141d4eaf0cb724ff
Monotone-Revision: b8881b30a3439916d39b400a9de1a5565d442b45 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-12-13T16:49:54 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* NSData+MAPIStore.h - this file is part of $PROJECT_NAME_HERE$
|
||||
/* NSData+MAPIStore.h - this file is part of SOGo
|
||||
*
|
||||
* Copyright (C) 2010 Inverse inc.
|
||||
*
|
||||
@@ -28,10 +28,11 @@
|
||||
@interface NSData (MAPIStoreDataTypes)
|
||||
|
||||
+ (id) dataWithBinary: (const struct Binary_r *) binData;
|
||||
+ (id) dataWithShortBinary: (const struct SBinary_short *) binData;
|
||||
|
||||
- (struct Binary_r *) asBinaryInMemCtx: (void *) memCtx;
|
||||
|
||||
+ (id) dataWithShortBinary: (const struct SBinary_short *) binData;
|
||||
- (struct SBinary_short *) asShortBinaryInMemCtx: (void *) memCtx;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* NSDATA_MAPISTORE_H */
|
||||
|
||||
Reference in New Issue
Block a user