mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
Monotone-Parent: 90fa2838afb37a071037bbb22e7b90cd8d61b44b
Monotone-Revision: 4c0fc5d33efdd8411e429def927e91bded7ff3d5 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-09-20T19:28:21 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -39,6 +39,16 @@
|
||||
+ (id) dataWithGUID: (const struct GUID *) guid;
|
||||
- (struct GUID *) asGUIDInMemCtx: (void *) memCtx;
|
||||
|
||||
+ (id) dataWithXID: (const struct XID *) xid;
|
||||
- (struct XID *) asXIDInMemCtx: (void *) memCtx;
|
||||
|
||||
@end
|
||||
|
||||
@interface NSMutableData (MAPIStoreDataTypes)
|
||||
|
||||
- (void) appendUInt8: (uint8_t) value;
|
||||
- (void) appendUInt32: (uint32_t) value;
|
||||
|
||||
@end
|
||||
|
||||
#endif /* NSDATA_MAPISTORE_H */
|
||||
|
||||
Reference in New Issue
Block a user