ObjFW  Diff

Differences From Artifact [5e08953a1a]:

To Artifact [42c1e31ffa]:


144
145
146
147
148
149
150
151

152
153

154
155
156
157
158
159
160
161
162
163
164
165
166
144
145
146
147
148
149
150

151
152

153
154
155
156
157
158
159
160
161
162
163
164
165
166







-
+

-
+













}

- autorelease
{
	return self;
}

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

- (void)release
{
}

- (void)dealloc
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
	[super dealloc];	/* Get rid of a stupid warning */
}
@end