ObjFW  Diff

Differences From Artifact [7274a9c5f3]:

To Artifact [9aff6467fd]:


34
35
36
37
38
39
40
41
42
43
44
45


46
47
48
49
50
51
52
			    requestedLength: length] autorelease];
}

- initWithClass: (Class)class_
{
	@try {
		[self doesNotRecognizeSelector: _cmd];
		abort();
	} @catch (id e) {
		[self release];
		@throw e;
	}


}

-   initWithClass: (Class)class_
	   stream: (OFStream*)stream_
  requestedLength: (size_t)length
{
	self = [super initWithClass: class_];







<




>
>







34
35
36
37
38
39
40

41
42
43
44
45
46
47
48
49
50
51
52
53
			    requestedLength: length] autorelease];
}

- initWithClass: (Class)class_
{
	@try {
		[self doesNotRecognizeSelector: _cmd];

	} @catch (id e) {
		[self release];
		@throw e;
	}

	abort();
}

-   initWithClass: (Class)class_
	   stream: (OFStream*)stream_
  requestedLength: (size_t)length
{
	self = [super initWithClass: class_];