ObjFW  Diff

Differences From Artifact [56b28e4c89]:

To Artifact [d9c378372c]:


25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
	id _object;
}

/*!
 * The object which is not open, connected or bound.
 */
@property (readonly, retain) id object;

/*!
 * @brief Creates a new, autoreleased not open exception.
 *
 * @param object The object which is not open, connected or bound
 * @return A new, autoreleased not open exception
 */







|







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
	id _object;
}

/*!
 * The object which is not open, connected or bound.
 */
@property (readonly, nonatomic) id object;

/*!
 * @brief Creates a new, autoreleased not open exception.
 *
 * @param object The object which is not open, connected or bound
 * @return A new, autoreleased not open exception
 */