ObjFW  Diff

Differences From Artifact [44b77ee334]:

To Artifact [f07f85b2a0]:


366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
}

- (void)observe
{
	[self observeWithTimeout: -1];
}

- (BOOL)observeWithTimeout: (int)timeout
{
	@throw [OFNotImplementedException exceptionWithClass: [self class]
						    selector: _cmd];
}

- (BOOL)_processCache
{







|







366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
}

- (void)observe
{
	[self observeWithTimeout: -1];
}

- (BOOL)observeWithTimeout: (double)timeout
{
	@throw [OFNotImplementedException exceptionWithClass: [self class]
						    selector: _cmd];
}

- (BOOL)_processCache
{