ObjFW  Diff

Differences From Artifact [490a0d1357]:

To Artifact [0009cc3f48]:


69
70
71
72
73
74
75
76
77
78
79
80
81
82

/**
 * \brief Releases all objects in the autorelease pool and deallocates the pool.
 */
- (void)release;

/**
 * \brief Tells the garbage collector that now is a good time to clean up.
 *
 * If there is no garbage collector, calling drain is equivalent to calling
 * release.
 */
- (void)drain;
@end







|
<
<
<



69
70
71
72
73
74
75
76



77
78
79

/**
 * \brief Releases all objects in the autorelease pool and deallocates the pool.
 */
- (void)release;

/**
 * \brief Releases all objects in the autorelease pool and deallocates the pool.



 */
- (void)drain;
@end