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:
Wolfgang Sourdeau
2011-09-20 19:28:21 +00:00
parent 731a6bd1d5
commit 650ec5156e
3 changed files with 108 additions and 18 deletions
+10
View File
@@ -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 */