ObjFW  Diff

Differences From Artifact [f75550a742]:

To Artifact [f8e3d50797]:


119
120
121
122
123
124
125
126
127
128
129
130
131
132
133

- (void)release
{
}

- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}

- (void)dealloc
{
	OF_DEALLOC_UNSUPPORTED
}
@end







|







119
120
121
122
123
124
125
126
127
128
129
130
131
132
133

- (void)release
{
}

- (unsigned int)retainCount
{
	return OFMaxRetainCount;
}

- (void)dealloc
{
	OF_DEALLOC_UNSUPPORTED
}
@end