ObjFW  Diff

Differences From Artifact [cc9bbab33a]:

To Artifact [273e41aca8]:


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

	[super dealloc];
}

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

	_description = [[OFString alloc] initWithFormat:
	    @"Broadcasting a condition of type %@ failed!", _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
	[_condition release];

	[super dealloc];
}

- (OFString*)description
{


	return [OFString stringWithFormat:

	    @"Broadcasting a condition of type %@ failed!", _inClass];


}

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