Differences From Artifact [acb2745598]:
- File src/OFThread.m — part of check-in [20e1c0e24b] at 2010-01-30 00:50:46 on branch trunk — Add -[tryLock] to OFMutex. (user: js, size: 3954) [annotate] [blame] [check-ins using]
To Artifact [6fc1e51add]:
- File src/OFThread.m — part of check-in [42886185fd] at 2010-02-19 16:36:20 on branch trunk — Update copyright. (user: js, size: 3956) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
65 66 67 68 69 70 71 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | - + |
@throw [OFNotImplementedException newWithClass: isa
selector: _cmd];
}
- initWithObject: (OFObject <OFCopying>*)obj
{
self = [super init];
|
| ︙ |