ObjFW  Diff

Differences From Artifact [039141bbfb]:

To Artifact [aea20b11c3]:


82
83
84
85
86
87
88
89

90
91
92
93
94

95
96
97
98
99
100
101
102
103
104
105
106
82
83
84
85
86
87
88

89
90
91
92
93

94
95
96
97
98
99
100
101
102
103
104
105
106







-
+




-
+












	    @"A connection to %@ on port %" @PRIu16 @" could not be "
	    @"established in class %@! " ERRFMT, _host, _port, _inClass,
	    ERRPARAM];
}

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

- (OFString*)host
{
	OF_GETTER(_host, NO)
	OF_GETTER(_host, false)
}

- (uint16_t)port
{
	return _port;
}

- (int)errNo
{
	return _errNo;
}
@end