ObjFW  Diff

Differences From Artifact [0c7a0604fc]:

To Artifact [f07b495d09]:


64
65
66
67
68
69
70
71
72
73
	    @"The socket of type %@ is not connected or bound!", inClass];

	return description;
}

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







|


64
65
66
67
68
69
70
71
72
73
	    @"The socket of type %@ is not connected or bound!", inClass];

	return description;
}

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