ObjFW  Diff

Differences From Artifact [04bd4c8eb2]:

To Artifact [21f3f29bde]:


74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
	[_host release];

	[super dealloc];
}

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

	_description = [[OFString alloc] initWithFormat:
	    @"Binding to port %" @PRIu16 @" on host %@ failed in class %@! "
	    ERRFMT, _port, _host, _inClass, ERRPARAM];

	return _description;
}

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








<
<
|
<


<
<







74
75
76
77
78
79
80


81

82
83


84
85
86
87
88
89
90
	[_host release];

	[super dealloc];
}

- (OFString*)description
{


	return [OFString stringWithFormat:

	    @"Binding to port %" @PRIu16 @" on host %@ failed in class %@! "
	    ERRFMT, _port, _host, _inClass, ERRPARAM];


}

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