ObjFW  Diff

Differences From Artifact [7c9868ccaa]:

To Artifact [1362a72420]:


65
66
67
68
69
70
71
72
73
74
	    @"can't be connected or bound again!", inClass];

	return description;
}

- (OFTCPSocket*)socket
{
	return socket;
}
@end







|


65
66
67
68
69
70
71
72
73
74
	    @"can't be connected or bound again!", inClass];

	return description;
}

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