ObjFW  Diff

Differences From Artifact [931ec5d215]:

To Artifact [a967923f91]:


203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
		[objectElement addChild: [object XMLElementBySerializing]];
		[element addChild: objectElement];

		[pool2 releaseObjects];
	}

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

	return element;
}

#ifdef OF_HAVE_BLOCKS
- (void)enumerateObjectsAndCountUsingBlock:
    (of_counted_set_enumeration_block_t)block







<
|
<
|
<







203
204
205
206
207
208
209

210

211

212
213
214
215
216
217
218
		[objectElement addChild: [object XMLElementBySerializing]];
		[element addChild: objectElement];

		[pool2 releaseObjects];
	}

	[element retain];

	[pool release];

	[element autorelease];


	return element;
}

#ifdef OF_HAVE_BLOCKS
- (void)enumerateObjectsAndCountUsingBlock:
    (of_counted_set_enumeration_block_t)block