ObjFW  Diff

Differences From Artifact [bec84a1cd3]:

To Artifact [3787fafa30]:


379
380
381
382
383
384
385
386
387
388
389
390

391
392
393
394
395
396
397
398
399
400
401
402
403
404
379
380
381
382
383
384
385





386













387







-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-

					userInfo: userInfo]];

	objc_autoreleasePoolPop(pool);
}
@end

@implementation OFDefaultNotificationCenter
- (instancetype)autorelease
{
	return self;
}

OF_SINGLETON_METHODS
- (instancetype)retain
{
	return self;
}

- (void)release
{
}

- (unsigned int)retainCount
{
	return OFMaxRetainCount;
}
@end