ObjFW  Diff

Differences From Artifact [cae32ff3af]:

To Artifact [a3c7f4a17c]:


51
52
53
54
55
56
57

58
59
60
61
62
63
64
 * To use it, you should create a new class derived from it and reimplement
 * main.
 */
@interface OFThread: OFObject
{
	id object;
	of_thread_t thread;


@public
	id retval;
}

/**
 * \param obj An object that is passed to the main method as a copy or nil







>







51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
 * To use it, you should create a new class derived from it and reimplement
 * main.
 */
@interface OFThread: OFObject
{
	id object;
	of_thread_t thread;
	BOOL running;

@public
	id retval;
}

/**
 * \param obj An object that is passed to the main method as a copy or nil