ObjFW  Diff

Differences From Artifact [b3c92769c2]:

To Artifact [80096a1857]:


44
45
46
47
48
49
50
51
52
53
54
55
56
57
- (void)dealloc
{
	[_object release];

	[super dealloc];
}

- (OFString*)description
{
	return [OFString stringWithFormat:
	    @"The object of type %@ is not open, connected or bound!",
	    [_object class]];
}
@end







|






44
45
46
47
48
49
50
51
52
53
54
55
56
57
- (void)dealloc
{
	[_object release];

	[super dealloc];
}

- (OFString *)description
{
	return [OFString stringWithFormat:
	    @"The object of type %@ is not open, connected or bound!",
	    [_object class]];
}
@end