ObjFW  Diff

Differences From Artifact [145485c3f5]:

To Artifact [469bfd7104]:


24
25
26
27
28
29
30
31

32
33

34
35
36
37




38
39
40
41
42
43
44
24
25
26
27
28
29
30

31
32

33




34
35
36
37
38
39
40
41
42
43
44







-
+

-
+
-
-
-
-
+
+
+
+







#import "OFNotImplementedException.h"

#import "autorelease.h"

static OFNull *null = nil;

@implementation OFNull
+ (OFNull*)null
+ (void)initialize
{
	if (null != nil)
	null = [[self alloc] init];
		return null;

	null = [[self alloc] init];

}

+ (OFNull*)null
{
	return null;
}

- initWithSerialization: (OFXMLElement*)element
{
	void *pool;