ObjFW  Diff

Differences From Artifact [b5c4c645a4]:

To Artifact [506cef53d5]:


90
91
92
93
94
95
96
97

98
99
100
101
102

103
104
105
106
107

108
109
110
111
112
113
114
90
91
92
93
94
95
96

97
98
99
100
101

102
103
104
105
106

107
108
109
110
111
112
113
114







-
+




-
+




-
+







	[stringValue release];

	[super dealloc];
}

- (OFString*)name
{
	return [[name copy] autorelease];
	OF_GETTER(name, YES)
}

- (OFString*)namespace
{
	return [[ns copy] autorelease];
	OF_GETTER(ns, YES)
}

- (OFString*)stringValue
{
	return [[stringValue copy] autorelease];
	OF_GETTER(stringValue, YES)
}

- (BOOL)isEqual: (id)object
{
	OFXMLAttribute *otherAttribute;

	if (![object isKindOfClass: [OFXMLAttribute class]])