ObjFW  Diff

Differences From Artifact [5f9f9c11d5]:

To Artifact [100cdf479d]:


372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
372
373
374
375
376
377
378






379
380
381
382
383
384
385







-
-
-
-
-
-







{
	@throw [OFNotImplementedException exceptionWithClass: self
						    selector: _cmd];
}

- init
{
	@throw [OFNotImplementedException exceptionWithClass: isa
						    selector: _cmd];
}

- (void)addMemoryToPool: (void*)ptr
{
	@throw [OFNotImplementedException exceptionWithClass: isa
						    selector: _cmd];
}

- (void*)allocMemoryWithSize: (size_t)size
{
	@throw [OFNotImplementedException exceptionWithClass: isa