ObjFW  Diff

Differences From Artifact [8b35209312]:

To Artifact [baa01ca8b0]:


59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
	[_socket release];

	[super dealloc];
}

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

	_description = [[OFString alloc] initWithFormat:
	    @"The socket of type %@ is already connected or bound and thus "
	    @"can't be connected or bound again!", _inClass];

	return _description;
}

- (OFTCPSocket*)socket
{
	OF_GETTER(_socket, NO)
}
@end







<
<
|
<


<
<







59
60
61
62
63
64
65


66

67
68


69
70
71
72
73
74
75
	[_socket release];

	[super dealloc];
}

- (OFString*)description
{


	return [OFString stringWithFormat:

	    @"The socket of type %@ is already connected or bound and thus "
	    @"can't be connected or bound again!", _inClass];


}

- (OFTCPSocket*)socket
{
	OF_GETTER(_socket, NO)
}
@end