ObjFW  Diff

Differences From Artifact [da574fc59a]:

To Artifact [f052993408]:


124
125
126
127
128
129
130
131
132
133
134
135


136
137
138
139
140
141
142
124
125
126
127
128
129
130

131
132
133
134
135
136
137
138
139
140
141
142
143







-




+
+







	return [[[self alloc] initWithFile: path] autorelease];
}

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

	abort();
}

- initWithName: (OFString*)name_
{
	return [self initWithName: name_
			namespace: nil
		      stringValue: nil];