ObjFW  Diff

Differences From Artifact [25e68717c7]:

To Artifact [a404ee9968]:


35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
 * Increases the retain count.
 */
- retain;

/**
 * Decreases the retain cound and frees the object if it reaches 0.
 */
- release;

/**
 * Adds the object to the autorelease pool that is on top of the thread's stack.
 */
- autorelease;

/**







|







35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
 * Increases the retain count.
 */
- retain;

/**
 * Decreases the retain cound and frees the object if it reaches 0.
 */
- (void)release;

/**
 * Adds the object to the autorelease pool that is on top of the thread's stack.
 */
- autorelease;

/**