ObjFW  Diff

Differences From Artifact [c4d2751745]:

To Artifact [091ac82c2b]:


57
58
59
60
61
62
63
64
65
66

67
68
69
70
71
72
73
74
75
76
77
57
58
59
60
61
62
63



64

65


66
67
68
69
70
71
72







-
-
-
+
-

-
-







	[_thread release];

	[super dealloc];
}

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

	return [OFString stringWithFormat:
	_description = [[OFString alloc] initWithFormat:
	    @"Starting a thread of class %@ failed!", _inClass];

	return _description;
}

- (OFThread*)thread
{
	OF_GETTER(_thread, NO)
}
@end