ObjFW  Diff

Differences From Artifact [5702b9d98a]:

To Artifact [e419f3f9dc]:


13
14
15
16
17
18
19
20

21
22
23
24

25
26
27
28
29
30
31
13
14
15
16
17
18
19

20
21
22
23

24
25
26
27
28
29
30
31







-
+



-
+







 * file.
 */

#include "config.h"

#include <string.h>

#import "OFConditionWaitFailedException.h"
#import "OFWaitForConditionFailedException.h"
#import "OFString.h"
#import "OFCondition.h"

@implementation OFConditionWaitFailedException
@implementation OFWaitForConditionFailedException
@synthesize condition = _condition, errNo = _errNo;

+ (instancetype)exceptionWithCondition: (OFCondition *)condition
				 errNo: (int)errNo
{
	return [[[self alloc] initWithCondition: condition
					  errNo: errNo] autorelease];