ObjFW  Diff

Differences From Artifact [1641047e8d]:

To Artifact [c798b7ff61]:


367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
{
	if (_socket != INVALID_SOCKET)
		[self close];

	[super dealloc];
}

- (id)copy
{
	return [self retain];
}

- (uint16_t)bindToHost: (OFString*)host
		  port: (uint16_t)port
{







|







367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
{
	if (_socket != INVALID_SOCKET)
		[self close];

	[super dealloc];
}

- copy
{
	return [self retain];
}

- (uint16_t)bindToHost: (OFString*)host
		  port: (uint16_t)port
{