ObjFW  Diff

Differences From Artifact [9ea581e271]:

To Artifact [745465fb73]:


156
157
158
159
160
161
162





















156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183







+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
	    @"\tData = %@\n"
	    @"\tTTL = %" PRIu32 "\n"
	    @">",
	    _name, of_dns_resource_record_class_to_string(_recordClass),
	    of_dns_resource_record_type_to_string(_recordType), _data, _TTL];
}
@end

@implementation OFADNSResourceRecord
- (OFString *)data
{
	return _data;
}
@end

@implementation OFAAAADNSResourceRecord
- (OFString *)data
{
	return _data;
}
@end

@implementation OFCNAMEDNSResourceRecord
- (OFString *)data
{
	return _data;
}
@end