ObjFW  Diff

Differences From Artifact [a06fbcf0e7]:

To Artifact [6f344c5f2e]:


291
292
293
294
295
296
297


298
299
300
301
302
303
304
	REGISTER_SIGNAL(SIGUSR2)
#endif
#undef REGISTER_SIGNAL
}

- (void)run
{


	[delegate applicationDidFinishLaunching];

	for (;;)
		[OFThread sleepForTimeInterval: 86400];
}

- (void)terminate







>
>







291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
	REGISTER_SIGNAL(SIGUSR2)
#endif
#undef REGISTER_SIGNAL
}

- (void)run
{
	[OFThread _createMainThread];

	[delegate applicationDidFinishLaunching];

	for (;;)
		[OFThread sleepForTimeInterval: 86400];
}

- (void)terminate