ObjFW  Diff

Differences From Artifact [fa1530acfe]:

To Artifact [e653096b8b]:


27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
	id <OFLocking> _lock;
}

/*!
 * The lock which could not be locked.
 */
@property (readonly, retain) id <OFLocking> lock;

/*!
 * @brief Creates a new, autoreleased lock failed exception.
 *
 * @param lock The lock which could not be locked
 * @return A new, autoreleased lock failed exception
 */







|







27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
	id <OFLocking> _lock;
}

/*!
 * The lock which could not be locked.
 */
@property (readonly, nonatomic) id <OFLocking> lock;

/*!
 * @brief Creates a new, autoreleased lock failed exception.
 *
 * @param lock The lock which could not be locked
 * @return A new, autoreleased lock failed exception
 */