ObjFW  Diff

Differences From Artifact [baa01ca8b0]:

To Artifact [599e14bfbf]:


66
67
68
69
70
71
72
73

74
75
66
67
68
69
70
71
72

73
74
75







-
+


	return [OFString stringWithFormat:
	    @"The socket of type %@ is already connected or bound and thus "
	    @"can't be connected or bound again!", _inClass];
}

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