ObjFW  Diff

Differences From Artifact [cfa00f6d8b]:

To Artifact [5dcf811aa9]:


255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
	return self;
}

- (void)release
{
}

- (size_t)retainCount
{
	return SIZE_MAX;
}

- (void)dealloc
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
	[super dealloc];	/* Get rid of stupid warning */
}
@end







|

|









255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
	return self;
}

- (void)release
{
}

- (uint32_t)retainCount
{
	return UINT32_MAX;
}

- (void)dealloc
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
	[super dealloc];	/* Get rid of stupid warning */
}
@end