ObjFW  Diff

Differences From Artifact [38f8d86997]:

To Artifact [2f6f04f166]:


202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260

	return ret;
}

- initWithObject: (id)firstObject
       arguments: (va_list)arguments
{
	@try {
		[self doesNotRecognizeSelector: _cmd];
	} @catch (id e) {
		[self release];
		@throw e;
	}

	abort();
}

- initWithArray: (OFArray*)array
{
	@try {
		[self doesNotRecognizeSelector: _cmd];
	} @catch (id e) {
		[self release];
		@throw e;
	}

	abort();
}

- initWithObjects: (id const*)objects
	    count: (size_t)count
{
	@try {
		[self doesNotRecognizeSelector: _cmd];
	} @catch (id e) {
		[self release];
		@throw e;
	}

	abort();
}

- initWithSerialization: (OFXMLElement*)element
{
	@try {
		[self doesNotRecognizeSelector: _cmd];
	} @catch (id e) {
		[self release];
		@throw e;
	}

	abort();
}

- (size_t)count
{
	[self doesNotRecognizeSelector: _cmd];
	abort();
}







<
<
<
<
<
<
|
<




<
<
<
<
<
<
|
<





<
<
<
<
<
<
|
<




<
<
<
<
<
<
|
<







202
203
204
205
206
207
208






209

210
211
212
213






214

215
216
217
218
219






220

221
222
223
224






225

226
227
228
229
230
231
232

	return ret;
}

- initWithObject: (id)firstObject
       arguments: (va_list)arguments
{






	OF_INVALID_INIT_METHOD

}

- initWithArray: (OFArray*)array
{






	OF_INVALID_INIT_METHOD

}

- initWithObjects: (id const*)objects
	    count: (size_t)count
{






	OF_INVALID_INIT_METHOD

}

- initWithSerialization: (OFXMLElement*)element
{






	OF_INVALID_INIT_METHOD

}

- (size_t)count
{
	[self doesNotRecognizeSelector: _cmd];
	abort();
}