ObjFW  Diff

Differences From Artifact [ed77afb6a3]:

To Artifact [039141bbfb]:


74
75
76
77
78
79
80
81
82
83

84
85
86
87
88
89
90
91
92
93
94
95
96
74
75
76
77
78
79
80



81

82
83
84


85
86
87
88
89
90
91







-
-
-
+
-



-
-







	[_host release];

	[super dealloc];
}

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

	return [OFString stringWithFormat:
	_description = [[OFString alloc] initWithFormat:
	    @"A connection to %@ on port %" @PRIu16 @" could not be "
	    @"established in class %@! " ERRFMT, _host, _port, _inClass,
	    ERRPARAM];

	return _description;
}

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