Differences From Artifact [149190a6c2]:
- File src/exceptions/OFMutexStillLockedException.m — part of check-in [df329a38cd] at 2011-06-06 15:53:39 on branch trunk — Add missing imports to make gcc from trunk happy. (user: js, size: 1571) [annotate] [blame] [check-ins using] [more...]
To Artifact [2f49017fed]:
- File src/exceptions/OFMutexStillLockedException.m — part of check-in [74eeea199c] at 2011-09-11 00:03:44 on branch trunk — Make use of the fact that -[retain] and -[release] must not throw. (user: js, size: 1510) [annotate] [blame] [check-ins using]
| ︙ | |||
39 40 41 42 43 44 45 | 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | - - + - - - - |
}
- initWithClass: (Class)class_
mutex: (OFMutex*)mutex_
{
self = [super initWithClass: class_];
|
| ︙ |