Differences From Artifact [b44ad10d78]:
- File src/exceptions/OFMutexLockFailedException.m — part of check-in [343e80e785] at 2011-03-25 15:22:21 on branch trunk — Pass the mutex for mutex exceptions. (user: js, size: 1501) [annotate] [blame] [check-ins using]
To Artifact [6cdc6df2bc]:
- File src/exceptions/OFMutexLockFailedException.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: 1522) [annotate] [blame] [check-ins using] [more...]
| ︙ | |||
14 15 16 17 18 19 20 21 22 23 24 25 26 27 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | + |
* file.
*/
#include "config.h"
#import "OFMutexLockFailedException.h"
#import "OFString.h"
#import "OFThread.h"
#import "OFNotImplementedException.h"
@implementation OFMutexLockFailedException
+ newWithClass: (Class)class_
mutex: (OFMutex*)mutex
{
|
| ︙ |