ObjFW  Diff

Differences From Artifact [096c56ad4d]:

To Artifact [aa4875b712]:


65
66
67
68
69
70
71
72
73
74
{
	return [OFString stringWithFormat:
	    @"The socket of type %@ is not connected or bound!", _inClass];
}

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







|


65
66
67
68
69
70
71
72
73
74
{
	return [OFString stringWithFormat:
	    @"The socket of type %@ is not connected or bound!", _inClass];
}

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