ObjFW  Diff

Differences From Artifact [e3abf581b8]:

To Artifact [b0b9385012]:


217
218
219
220
221
222
223







224
225
226
227
228
229
230
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237







+
+
+
+
+
+
+







{
	self = [super init];

	fp = fp_;

	return self;
}

- initWithPath: (OFString*)path
	  mode: (OFString*)mode
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
}

- autorelease
{
	return self;
}

- retain