ObjFW  Diff

Differences From Artifact [df82ad09d2]:

To Artifact [ebfc86a92a]:


64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
	[_socket release];

	[super dealloc];
}

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

	_description = [[OFString alloc] initWithFormat:
	    @"Failed to listen in socket of type %@ with a back log of %d! "
	    ERRFMT, _inClass, _backLog, ERRPARAM];

	return _description;
}

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








<
<
|
<


<
<







64
65
66
67
68
69
70


71

72
73


74
75
76
77
78
79
80
	[_socket release];

	[super dealloc];
}

- (OFString*)description
{


	return [OFString stringWithFormat:

	    @"Failed to listen in socket of type %@ with a back log of %d! "
	    ERRFMT, _inClass, _backLog, ERRPARAM];


}

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