ObjFW  Diff

Differences From Artifact [6ee6276845]:

To Artifact [5432dcad54]:


355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373

	[element addAttributeWithName: @"seconds"
			  stringValue: secondsString];
	[element addAttributeWithName: @"microseconds"
			  stringValue: microsecondsString];

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

	return element;
}

- (uint32_t)microsecond
{
	return microseconds;







<
|
<
|
<







355
356
357
358
359
360
361

362

363

364
365
366
367
368
369
370

	[element addAttributeWithName: @"seconds"
			  stringValue: secondsString];
	[element addAttributeWithName: @"microseconds"
			  stringValue: microsecondsString];

	[element retain];

	[pool release];

	[element autorelease];


	return element;
}

- (uint32_t)microsecond
{
	return microseconds;