ObjFW  Diff

Differences From Artifact [cd4f398255]:

To Artifact [cb05df6236]:


123
124
125
126
127
128
129
130

131
132

133
134
135
136
137
138
139
123
124
125
126
127
128
129

130
131

132
133
134
135
136
137
138
139







-
+

-
+







}

- autorelease
{
	return self;
}

- (size_t)retainCount
- (unsigned int)retainCount
{
	return SIZE_MAX;
	return OF_RETAIN_COUNT_MAX;
}

- (void)release
{
}

- (void)dealloc