ObjFW  Diff

Differences From Artifact [ccf984394c]:

To Artifact [e4dc8f234e]:


57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
	[_condition release];

	[super dealloc];
}

- (OFString*)description
{
	if (_description != nil)
		return _description;

	_description = [[OFString alloc] initWithFormat:
	    @"Deallocation of a condition of type %@ was tried, even though a "
	    @"thread was still waiting for it!", _inClass];

	return _description;
}

- (OFCondition*)condition
{
	OF_GETTER(_condition, NO)
}
@end







<
<
|
<


<
<







57
58
59
60
61
62
63


64

65
66


67
68
69
70
71
72
73
	[_condition release];

	[super dealloc];
}

- (OFString*)description
{


	return [OFString stringWithFormat:

	    @"Deallocation of a condition of type %@ was tried, even though a "
	    @"thread was still waiting for it!", _inClass];


}

- (OFCondition*)condition
{
	OF_GETTER(_condition, NO)
}
@end