ObjFW  Diff

Differences From Artifact [25ba828e39]:

To Artifact [e1f8d85588]:


100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117

- (void)release
{
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

	/* Get rid of a stupid warning */
	[super dealloc];
}
@end

@implementation OFConstantString
+ (void)load
{
#if defined(OF_APPLE_RUNTIME) && !defined(__OBJC2__)







<
|
<
<







100
101
102
103
104
105
106

107


108
109
110
111
112
113
114

- (void)release
{
}

- (void)dealloc
{

	OF_DEALLOC_UNSUPPORTED


}
@end

@implementation OFConstantString
+ (void)load
{
#if defined(OF_APPLE_RUNTIME) && !defined(__OBJC2__)
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236

- (void)release
{
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

	/* Get rid of a stupid warning */
	[super dealloc];
}

/*
 * In all following methods, the constant string is converted to an
 * OFString_UTF8 and the message sent again.
 */








<
|
<
<







216
217
218
219
220
221
222

223


224
225
226
227
228
229
230

- (void)release
{
}

- (void)dealloc
{

	OF_DEALLOC_UNSUPPORTED


}

/*
 * In all following methods, the constant string is converted to an
 * OFString_UTF8 and the message sent again.
 */