ObjFW  Diff

Differences From Artifact [6c62052489]:

To Artifact [45f23dd776]:


1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
		className = [self className];

	element = [OFXMLElement elementWithName: className
				      namespace: OF_SERIALIZATION_NS
				    stringValue: self];

	[element retain];
	@try {
		[pool release];
	} @finally {
		[element autorelease];
	}

	return element;
}

- (of_unichar_t)characterAtIndex: (size_t)index
{
	of_unichar_t character;







<
|
<
|
<







1307
1308
1309
1310
1311
1312
1313

1314

1315

1316
1317
1318
1319
1320
1321
1322
		className = [self className];

	element = [OFXMLElement elementWithName: className
				      namespace: OF_SERIALIZATION_NS
				    stringValue: self];

	[element retain];

	[pool release];

	[element autorelease];


	return element;
}

- (of_unichar_t)characterAtIndex: (size_t)index
{
	of_unichar_t character;