ObjFW  Diff

Differences From Artifact [50dbd9a635]:

To Artifact [69198622a9]:


64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
	[_URL release];

	[super dealloc];
}

- (OFString*)description
{
	if (_description != nil)
		return _description;

	_description = [[OFString alloc] initWithFormat:
	    @"The protocol of URL %@ is not supported by class %@", _URL,
	    _inClass];

	return _description;
}

- (OFURL*)URL
{
	OF_GETTER(_URL, NO)
}
@end







<
<
|
<


<
<







64
65
66
67
68
69
70


71

72
73


74
75
76
77
78
79
80
	[_URL release];

	[super dealloc];
}

- (OFString*)description
{


	return [OFString stringWithFormat:

	    @"The protocol of URL %@ is not supported by class %@", _URL,
	    _inClass];


}

- (OFURL*)URL
{
	OF_GETTER(_URL, NO)
}
@end