mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
tweaks to build on windows
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37482 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9b99122b0f
commit
1aeea18a33
2 changed files with 37 additions and 28 deletions
|
@ -31,21 +31,19 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef unsigned char uuid_t[16];
|
||||
|
||||
@class NSString;
|
||||
|
||||
@interface NSUUID : NSObject <NSCopying, NSCoding>
|
||||
{
|
||||
@private
|
||||
uuid_t uuid;
|
||||
uint8_t uuid[16];
|
||||
}
|
||||
|
||||
+ (id)UUID;
|
||||
- (id)initWithUUIDString:(NSString *)string;
|
||||
- (id)initWithUUIDBytes:(uuid_t)bytes;
|
||||
- (NSString *)UUIDString;
|
||||
- (void)getUUIDBytes:(uuid_t)bytes;
|
||||
+ (id) UUID;
|
||||
- (id) initWithUUIDString: (NSString *)string;
|
||||
- (id) initWithUUIDBytes: (uint8_t*)bytes;
|
||||
- (NSString *) UUIDString;
|
||||
- (void) getUUIDBytes: (uint8_t*)bytes;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue