ObjFW  Diff

Differences From Artifact [aacf1f5953]:

To Artifact [9df3b05f63]:


199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
 * \return The retain count
 */
- (size_t)retainCount;

/**
 * Decreases the retain cound and deallocates the object if it reaches 0.
 */
- release;

/**
 * Deallocates the object and also frees all memory allocated via its memory
 * pool.
 */
- (void)dealloc;
@end







|







199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
 * \return The retain count
 */
- (size_t)retainCount;

/**
 * Decreases the retain cound and deallocates the object if it reaches 0.
 */
- (void)release;

/**
 * Deallocates the object and also frees all memory allocated via its memory
 * pool.
 */
- (void)dealloc;
@end