ObjFW  Diff

Differences From Artifact [d9b21f0f8e]:

To Artifact [69a22d8f6f]:


134
135
136
137
138
139
140
141

142
143

144
145
146
147
148
149
150
151
152
153
154
155
156
134
135
136
137
138
139
140

141
142

143
144
145
146
147
148
149
150
151
152
153
154
155
156







-
+

-
+













}

- autorelease
{
	return self;
}

- (size_t)retainCount
- (uint32_t)retainCount
{
	return SIZE_MAX;
	return UINT32_MAX;
}

- (void)release
{
}

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