ObjFW  Diff

Differences From Artifact [a5b00a027c]:

To Artifact [fcee48ecda]:


71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86

- (void)unlock
{
	if (!of_mutex_unlock(&_mutex))
		@throw [OFUnlockFailedException exceptionWithLock: self];
}

- (OFString*)description
{
	if (_name == nil)
		return [super description];

	return [OFString stringWithFormat: @"<%@: %@>",
					   [self className], _name];
}
@end







|








71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86

- (void)unlock
{
	if (!of_mutex_unlock(&_mutex))
		@throw [OFUnlockFailedException exceptionWithLock: self];
}

- (OFString *)description
{
	if (_name == nil)
		return [super description];

	return [OFString stringWithFormat: @"<%@: %@>",
					   [self className], _name];
}
@end