ObjFW  Diff

Differences From Artifact [cf1fc36f57]:

To Artifact [5791a36f8a]:


71
72
73
74
75
76
77
78

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

78
79
80
81
82
83
84
85
86







-
+









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

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

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