ObjFW  Diff

Differences From Artifact [80338cd99b]:

To Artifact [8e90710066]:


285
286
287
288
289
290
291
292

293
294
295
296
297
298
299
300
285
286
287
288
289
290
291

292

293
294
295
296
297
298
299







-
+
-








	return self;
}
#endif

- (id)main
{
	@throw [OFNotImplementedException exceptionWithClass: [self class]
	[[OFRunLoop currentRunLoop] run];
						    selector: _cmd];

	return nil;
}

- (void)handleTermination
{
	OFRunLoop *old = runLoop;